diff --git a/tmpl/home.page.tmpl b/tmpl/home.page.tmpl index bd46e8d..d973de9 100644 --- a/tmpl/home.page.tmpl +++ b/tmpl/home.page.tmpl @@ -173,23 +173,23 @@ Cya! + -
-

Push and pull docker images using SSH

-
-
-
Open a tunnel to our docker registry:
-
ssh -L 1338:localhost:80 -N imgs.sh
-
-
-
- Now you are authenticated! You are now able to push - and pull like normal: -
-
docker push localhost:1338/alpine:latest
-  docker pull localhost:1338/alpine:latest
-
All images sent to us are private and scoped to your user automatically.
+
+

Push and pull docker images using SSH

+
+
+
Open a tunnel to our docker registry:
+
ssh -L 1338:localhost:80 -N imgs.sh
+
+
+
+ Now you are authenticated! You are now able to push + and pull like normal:
+
docker push localhost:1338/alpine:latest
+docker pull localhost:1338/alpine:latest
+
All images sent to us are private and scoped to your user automatically.