mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
docker readme: simplify
This commit is contained in:
parent
85f9650322
commit
2228891260
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
||||||
To update https://hub.docker.com/r/nixos/nix/
|
To update https://hub.docker.com/r/nixos/nix/
|
||||||
|
|
||||||
$ docker build .
|
$ docker build . -t nixos/nix:2.0
|
||||||
$ docker image ls
|
$ docker tag nixos/nix:2.0 nixos/nix:latest
|
||||||
$ docker tag <hash> nixos/nix:2.0
|
|
||||||
$ docker tag <hash> nixos/nix:latest
|
|
||||||
$ docker push nixos/nix:latest
|
$ docker push nixos/nix:latest
|
||||||
$ docker push nixos/nix:2.0
|
$ docker push nixos/nix:2.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue