Skip to content
Snippets Groups Projects
Commit cda2efcc authored by Maarten Litmaath's avatar Maarten Litmaath
Browse files

Added command to pull the container from our registry as an alternative.

parent 309b21db
No related branches found
No related tags found
No related merge requests found
Pipeline #3447749 passed
...@@ -47,6 +47,11 @@ Create a new MACVLAN bridge with both IPv4 and IPv6 support, named __docknet__, ...@@ -47,6 +47,11 @@ Create a new MACVLAN bridge with both IPv4 and IPv6 support, named __docknet__,
# cd dockervobox # cd dockervobox
# docker build -t voboximg . # docker build -t voboximg .
``` ```
Or pull a pre-built container from our registry:
```console
# docker pull gitlab-registry.cern.ch/jalien/dockervobox/voboximg:latest
# docker tag gitlab-registry.cern.ch/jalien/dockervobox/voboximg:latest voboximg:latest
```
!!! warning !!! warning
Be sure to change the default root password! This is simply __root__ in the above image. Be sure to change the default root password! This is simply __root__ in the above image.
......
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