Skip to content
Snippets Groups Projects
Commit 637b619a authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'docs-docker-ce-drop' into 'master'

Drop CE from the messaging on example that use EE

Closes #5710

See merge request gitlab-org/omnibus-gitlab!4635
parents 3739ef3a 788c742e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -341,7 +341,7 @@ the GitLab version you want to run, for example `gitlab/gitlab-ee:12.1.3-ce.0`.
You can make Docker to use your IP address and forward all traffic to the
GitLab container by modifying the `--publish` flag.
 
To expose GitLab CE on IP `198.51.100.1`:
To expose GitLab on IP `198.51.100.1`:
 
```shell
sudo docker run --detach \
Loading
Loading
@@ -452,7 +452,7 @@ To update GitLab that was [installed using Docker Engine](#install-gitlab-using-
sudo docker rm gitlab
```
 
1. Pull the new image. For example, the latest GitLab CE image:
1. Pull the new image. For example, the latest GitLab image:
 
```shell
sudo docker pull gitlab/gitlab-ee:latest
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment