summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2026-01-06 11:59:22 +0000
committerGitHub <noreply@github.com>2026-01-06 11:59:22 +0000
commit7648a2676b849a562b421a8548aff22e4310a1f8 (patch)
treeb73a0fdb189e83572590b5f2786f1289c9d67ecf /doc
parentupsies: 2025.12.22 -> 2026.01.03 (#477334) (diff)
parentdockerTools: Replace bashInteractive with bash (diff)
downloadnixpkgs-7648a2676b849a562b421a8548aff22e4310a1f8.tar.gz
dockerTools: Replace bashInteractive with bash (#453912)
Diffstat (limited to 'doc')
-rw-r--r--doc/build-helpers/images/dockertools.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-helpers/images/dockertools.section.md b/doc/build-helpers/images/dockertools.section.md
index f0b561d480e5..091c9fc6d62d 100644
--- a/doc/build-helpers/images/dockertools.section.md
+++ b/doc/build-helpers/images/dockertools.section.md
@@ -1194,7 +1194,7 @@ This is currently implemented by linking to the `env` binary from the `coreutils
### binSh {#sssec-pkgs-dockerTools-helpers-binSh}
-This provides a `/bin/sh` link to the `bash` binary from the `bashInteractive` package.
+This provides a `/bin/sh` link to the `bash` binary from the `bash` package.
Because of this, it supports cases such as running a command interactively in a container (for example by running `docker container run -it <image_name>`).
### caCertificates {#sssec-pkgs-dockerTools-helpers-caCertificates}
@@ -1498,7 +1498,7 @@ The environment in the image doesn't match `nix-shell` or `nix-build` exactly, a
This shell is started when running the image.
This can be seen as an equivalent of the `NIX_BUILD_SHELL` [environment variable](https://nixos.org/manual/nix/stable/command-ref/nix-shell.html#environment-variables) for {manpage}`nix-shell(1)`.
- _Default value:_ the `bash` binary from the `bashInteractive` package.
+ _Default value:_ the `bash` binary from the `bash` package.
`command` (String or Null; _optional_)