Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ansgar Burchardt
dune-docker
Commits
410b4098
Verified
Commit
410b4098
authored
Apr 28, 2016
by
Ansgar Burchardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document how to update gitlab-runner.
parent
fa08ffa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
README.md
README.md
+21
-0
No files found.
README.md
View file @
410b4098
...
...
@@ -51,3 +51,24 @@ dune:2.4--clang:
-
configure CXX=/usr/bin/clang++
-
build
```
Updating gitlab-runner
----------------------
To update `gitlab-runner` on the VM:
```
docker pull gitlab/gitlab-runner:latest
docker stop gitlab-runner
docker rm -v gitlab-runner
docker run -d --name gitlab-runner --restart always
\
-v /var/run/docker.sock:/var/run/docker.sock
\
-v /srv/gitlab-runner/config:/etc/gitlab-runner
\
gitlab/gitlab-runner:latest
```
The current version can be shown by running
```
docker exec -it gitlab-runner gitlab-runner -v
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment