summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-07 03:41:49 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-07 03:41:49 +0100
commit80120346928d20933cec90e072232684e351b895 (patch)
tree3eb9a43d7b173e14e4c145782cb9e5bbc8f8aad4 /doc
parentfbb3ff5e1228d8d54c4cdf40302e4193a15e8648 (diff)
parent311c0ae69975edb036a3f22dca42d9832e17d5b1 (diff)
downloadnixpkgs-80120346928d20933cec90e072232684e351b895.tar
nixpkgs-80120346928d20933cec90e072232684e351b895.tar.gz
nixpkgs-80120346928d20933cec90e072232684e351b895.tar.bz2
nixpkgs-80120346928d20933cec90e072232684e351b895.tar.lz
nixpkgs-80120346928d20933cec90e072232684e351b895.tar.xz
nixpkgs-80120346928d20933cec90e072232684e351b895.tar.zst
nixpkgs-80120346928d20933cec90e072232684e351b895.zip
Merge branch 'staging-next' into staging
Diffstat (limited to 'doc')
-rw-r--r--doc/builders/images/dockertools.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builders/images/dockertools.section.md b/doc/builders/images/dockertools.section.md
index 3ac4f224b5d..42d6e297f52 100644
--- a/doc/builders/images/dockertools.section.md
+++ b/doc/builders/images/dockertools.section.md
@@ -275,7 +275,7 @@ pullImage {
 `nix-prefetch-docker` command can be used to get required image parameters:
 
 ```ShellSession
-$ nix run nixpkgs.nix-prefetch-docker -c nix-prefetch-docker --image-name mysql --image-tag 5
+$ nix run nixpkgs#nix-prefetch-docker -- --image-name mysql --image-tag 5
 ```
 
 Since a given `imageName` may transparently refer to a manifest list of images which support multiple architectures and/or operating systems, you can supply the `--os` and `--arch` arguments to specify exactly which image you want. By default it will match the OS and architecture of the host the command is run on.