From cda2efcce9c8180d14fb337bc41694d0d4d10c64 Mon Sep 17 00:00:00 2001
From: Maarten Litmaath <Maarten.Litmaath@cern.ch>
Date: Sat, 15 Jan 2022 00:53:52 +0100
Subject: [PATCH] Added command to pull the container from our registry as an
 alternative.

---
 docs/site/vobox_container.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/site/vobox_container.md b/docs/site/vobox_container.md
index 052abce..245a964 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.
-- 
GitLab