diff --git a/docs/site/vobox_container.md b/docs/site/vobox_container.md index 052abce8bab66df02bd34a0d3ca0c8b2533978be..245a964935f8b3487c121697de6d5c4c434f7b79 100644 --- a/docs/site/vobox_container.md +++ b/docs/site/vobox_container.md @@ -47,6 +47,11 @@ Create a new MACVLAN bridge with both IPv4 and IPv6 support, named __docknet__, # cd dockervobox # 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 Be sure to change the default root password! This is simply __root__ in the above image.