mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
docker readme: simplify
This commit is contained in:
parent
85f9650322
commit
2228891260
@ -1,9 +1,7 @@
|
||||
To update https://hub.docker.com/r/nixos/nix/
|
||||
|
||||
$ docker build .
|
||||
$ docker image ls
|
||||
$ docker tag <hash> nixos/nix:2.0
|
||||
$ docker tag <hash> nixos/nix:latest
|
||||
$ docker build . -t nixos/nix:2.0
|
||||
$ docker tag nixos/nix:2.0 nixos/nix:latest
|
||||
$ docker push nixos/nix:latest
|
||||
$ docker push nixos/nix:2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user