Add README for docker

This commit is contained in:
Domen Kožar 2018-05-08 12:28:29 +02:00
parent 1e20ed5a0c
commit 257c3c763a
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246
1 changed files with 10 additions and 0 deletions

10
misc/docker/README.md Normal file
View File

@ -0,0 +1,10 @@
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 push nixos/nix:latest
$ docker push nixos/nix:2.0
Write access: @domenkozar