File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
doc/manual/source/installation Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 33To run the latest stable release of Nix with Docker run the following command:
44
55``` console
6- $ docker run -ti ghcr .io/nixos/nix
7- Unable to find image 'ghcr .io/nixos/nix:latest' locally
8- latest: Pulling from ghcr .io/nixos/nix
6+ $ docker run -ti docker .io/nixos/nix
7+ Unable to find image 'docker .io/nixos/nix:latest' locally
8+ latest: Pulling from docker .io/nixos/nix
995843afab3874: Pull complete
1010b52bf13f109c: Pull complete
11111e2415612aa3: Pull complete
1212Digest: sha256:27f6e7f60227e959ee7ece361f75d4844a40e1cc6878b6868fe30140420031ff
13- Status: Downloaded newer image for ghcr .io/nixos/nix:latest
13+ Status: Downloaded newer image for docker .io/nixos/nix:latest
141435ca4ada6e96:/ # nix --version
1515nix (Nix) 2.3.12
161635ca4ada6e96:/ # exit
1717```
1818
19+ > If you want the latest pre-release you can use ghcr.io/nixos/nix and view them at https://github.com/nixos/nix/pkgs/container/nix
20+
1921# What is included in Nix's Docker image?
2022
2123The official Docker image is created using ` pkgs.dockerTools.buildLayeredImage `
You can’t perform that action at this time.
0 commit comments