mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
Add README for docker
This commit is contained in:
parent
1e20ed5a0c
commit
257c3c763a
10
misc/docker/README.md
Normal file
10
misc/docker/README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user