Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ansgar Burchardt
dune-docker
Commits
29e4d698
Commit
29e4d698
authored
Mar 22, 2017
by
Ansgar Burchardt
Browse files
Nicer syntax highlighting
parent
6d9da67c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
29e4d698
...
...
@@ -24,14 +24,14 @@ The current images are:
----------------
Installing dependencies:
```
```
yaml
before_script
:
-
duneci-install-module https://gitlab.dune-project.org/core/dune-common.git
-
duneci-install-module https://gitlab.dune-project.org/core/dune-geometry.git
```
To build with several images:
```
```
yaml
---
dune:2.4--gcc:
image: duneci/dune:2.4
...
...
@@ -44,7 +44,7 @@ dune:2.4--clang:
You can also specify a default image and use it in several jobs:
```
```
yaml
---
image: duneci/dune:2.4
...
...
@@ -62,7 +62,7 @@ Updating gitlab-runner
To update `gitlab-runner` on the VM:
```
```
shell
docker pull gitlab/gitlab-runner:latest
docker stop gitlab-runner
docker rm -v gitlab-runner
...
...
@@ -72,7 +72,7 @@ docker run -d --name gitlab-runner --restart always \
gitlab/gitlab-runner:latest
```
or, if a HTTP proxy is required,
```
```
shell
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
\
...
...
@@ -85,7 +85,7 @@ docker run -d --name gitlab-runner --restart always \
The current version can be shown by running
```
```
shell
docker exec 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