diff options
author | David Purdum <davepurdum@protonmail.com> | 2021-12-02 23:38:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 23:38:33 -0500 |
commit | 69b919887550483925b5a30388c13a63dabcca1a (patch) | |
tree | 0e1f6602b3c6a7c3efcb2230e1300535c67e7d93 /doc/manual/src | |
parent | 2ff71b021379a2c9bbdcb789a93cdc585b3520ca (diff) |
Fix docker command
`docker -ti run nixos` does not run on docker version 20.10.7 (my machine). This fixes it to read `docker run -ti nixos`.
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/installation/installing-docker.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/installation/installing-docker.md b/doc/manual/src/installation/installing-docker.md index 3d2255b7a..ee7614bdb 100644 --- a/doc/manual/src/installation/installing-docker.md +++ b/doc/manual/src/installation/installing-docker.md @@ -3,7 +3,7 @@ To run the latest stable release of Nix with Docker run the following command: ```console -$ docker -ti run nixos/nix +$ docker run -ti nixos/nix Unable to find image 'nixos/nix:latest' locally latest: Pulling from nixos/nix 5843afab3874: Pull complete |