docker readme: simplify

This commit is contained in:
Domen Kožar 2018-05-08 12:37:52 +02:00
parent 85f9650322
commit 2228891260
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246
1 changed files with 2 additions and 4 deletions

View File

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