Skip to content
Snippets Groups Projects
Verified Commit 788c742e authored by DJ Mountney's avatar DJ Mountney
Browse files

Drop CE from the messaging on example that use EE

parent 0fd1c7a6
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