Update doc/builders/images/dockertools.section.md

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Florian Klink
2022-08-01 13:34:20 +07:00
co-authored by Robert Hensing
parent d84e7842a5
commit 4393ed8679
+1 -1
View File
@@ -336,7 +336,7 @@ It also provides a `/etc/nsswitch.conf`, configuring NSS host resolution to
first check `/etc/hosts`, before checking DNS, as the default in the absence of
a config file (`dns [!UNAVAIL=return] files`) is quite unexpected.
You usually might to pair it with binSh, which provides `bin/sh` as a symlink
You can pair it with `binSh`, which provides `bin/sh` as a symlink
to `bashInteractive` (as `/bin/sh` is configured as a shell).
```nix