Skip to content

Commit 883860c

Browse files
committed
Move docker documentation to docker.io
1 parent bef3c37 commit 883860c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
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

0 commit comments

Comments
 (0)