From b5e04e427f11056aa7dee39aa343759d5f4835be Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 May 2025 09:20:15 +0200 Subject: [PATCH] Move container image to git.ipng.ch --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0341bcd..e84cbf8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,12 @@ three relevant files: ## Building ```bash -docker build --no-cache -f Dockerfile.bookworm . -t pimvanpelt/vpp-containerlab +IMG=git.ipng.ch/ipng/vpp-containerlab +TAG=latest +docker build --no-cache -f Dockerfile.bookworm -t $IMG . +docker image tag $IMG $IMG:$TAG +docker push $IMG +docker push $IMG:$TAG ``` ## Testing the container standalone