From b0d8ba8fcd67b3fbe99fb3d312ab2e0050a290bc Mon Sep 17 00:00:00 2001 From: Mark Karamyar Date: Mon, 27 Jul 2020 18:40:15 +0430 Subject: [PATCH] docs: remove --pull option from docker run (#1707) docker run command has not the option `--pull` --- www/docs/ci/gitlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/ci/gitlab.md b/www/docs/ci/gitlab.md index 206dd8d4a..db2210882 100644 --- a/www/docs/ci/gitlab.md +++ b/www/docs/ci/gitlab.md @@ -38,7 +38,7 @@ release: # GITLAB_TOKEN is needed to create GitLab releases. # DOCKER_* are needed to push Docker images. - docker run --pull --rm --privileged \ + docker run --rm --privileged \ -v $PWD:/go/src/gitlab.com/YourGitLabUser/YourGitLabRepo \ -w /go/src/gitlab.com/YourGitLabUser/YourGitLabRepo \ -v /var/run/docker.sock:/var/run/docker.sock \