Move container image to git.ipng.ch
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user