Move container image to git.ipng.ch

This commit is contained in:
Pim van Pelt
2025-05-04 09:20:15 +02:00
parent 3c64e1392e
commit b5e04e427f

View File

@ -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