summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-07 00:02:31 +0000
committerGitHub <noreply@github.com>2023-11-07 00:02:31 +0000
commit38bc2a577e066ed5bac95162e64615be86402216 (patch)
treea86c4435a02d3ea4b973ab1dc6eb725c7438be72 /doc
parent6a9ebf2ffed672e1920bc30cb9bcfca97995470b (diff)
parentfe3d292f2ce29cbc121d4aa6242545d56a5034bf (diff)
Merge master into staging-next
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 3ac4f224b5def..42d6e297f529c 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.