1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 11:36:03 +01:00

Merge pull request #14397 from fzakaria/fzakaria/issue-14315

Move docker documentation to docker.io
This commit is contained in:
Eelco Dolstra 2025-10-30 17:38:22 +00:00 committed by GitHub
commit 3b2186e1c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,19 +3,21 @@
To run the latest stable release of Nix with Docker run the following command: To run the latest stable release of Nix with Docker run the following command:
```console ```console
$ docker run -ti ghcr.io/nixos/nix $ docker run -ti docker.io/nixos/nix
Unable to find image 'ghcr.io/nixos/nix:latest' locally Unable to find image 'docker.io/nixos/nix:latest' locally
latest: Pulling from ghcr.io/nixos/nix latest: Pulling from docker.io/nixos/nix
5843afab3874: Pull complete 5843afab3874: Pull complete
b52bf13f109c: Pull complete b52bf13f109c: Pull complete
1e2415612aa3: Pull complete 1e2415612aa3: Pull complete
Digest: sha256:27f6e7f60227e959ee7ece361f75d4844a40e1cc6878b6868fe30140420031ff Digest: sha256:27f6e7f60227e959ee7ece361f75d4844a40e1cc6878b6868fe30140420031ff
Status: Downloaded newer image for ghcr.io/nixos/nix:latest Status: Downloaded newer image for docker.io/nixos/nix:latest
35ca4ada6e96:/# nix --version 35ca4ada6e96:/# nix --version
nix (Nix) 2.3.12 nix (Nix) 2.3.12
35ca4ada6e96:/# exit 35ca4ada6e96:/# exit
``` ```
> 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
# What is included in Nix's Docker image? # What is included in Nix's Docker image?
The official Docker image is created using `pkgs.dockerTools.buildLayeredImage` The official Docker image is created using `pkgs.dockerTools.buildLayeredImage`