Skip to content

Commit 3b2186e

Browse files
authored
Merge pull request #14397 from fzakaria/fzakaria/issue-14315
Move docker documentation to docker.io
2 parents 7e2d2db + 9437887 commit 3b2186e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/manual/source/installation/installing-docker.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@
33
To 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
99
5843afab3874: Pull complete
1010
b52bf13f109c: Pull complete
1111
1e2415612aa3: Pull complete
1212
Digest: sha256:27f6e7f60227e959ee7ece361f75d4844a40e1cc6878b6868fe30140420031ff
13-
Status: Downloaded newer image for ghcr.io/nixos/nix:latest
13+
Status: Downloaded newer image for docker.io/nixos/nix:latest
1414
35ca4ada6e96:/# nix --version
1515
nix (Nix) 2.3.12
1616
35ca4ada6e96:/# 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

2123
The official Docker image is created using `pkgs.dockerTools.buildLayeredImage`

0 commit comments

Comments
 (0)