use image tags to identify channels
this works better with registries like hub.docker.com that don't allow nested images
This commit is contained in:
parent
b44f7f85f3
commit
5d9a795ac3
3 changed files with 7 additions and 5 deletions
|
@ -26,7 +26,7 @@ image to image.
|
|||
# the user must have an account at gitlab
|
||||
$ docker login registry.gitlab.com
|
||||
# run the curl image which has curl as an entry-point
|
||||
$ docker run -ti --rm registry.gitlab.com/zimbatm/docker-nixpkgs/nixos-unstable/curl http://ifconfig.co
|
||||
$ docker run -ti --rm registry.gitlab.com/zimbatm/docker-nixpkgs/curl http://ifconfig.co
|
||||
180.52.248.114
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue