about summary refs log tree commit diff
path: root/misc/docker/README.md
blob: 491be74089640796239cb901ac2ca793272404ef (plain) (blame)
1
2
3
4
5
6
7
8
To update https://hub.docker.com/r/nixos/nix/

    $ 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

Write access: @domenkozar