We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747faec commit f91a2d9Copy full SHA for f91a2d9
packer/linux/conf/bin/bk-configure-docker.sh
@@ -30,8 +30,9 @@ echo Sourcing /usr/local/lib/bk-configure-docker.sh...
30
echo This file is written by the scripts in packer/scripts.
31
echo Note that the path is /usr/local/lib, not /usr/local/bin.
32
echo Contents of /usr/local/lib/bk-configure-docker.sh:
33
+cat /usr/local/lib/bk-configure-docker.sh
34
# shellcheck disable=SC1091
-tee /dev/stderr < /usr/local/lib/bk-configure-docker.sh | source /dev/stdin
35
+source /usr/local/lib/bk-configure-docker.sh
36
37
if [[ "${DOCKER_USERNS_REMAP:-false}" == "true" ]]; then
38
echo Configuring user namespace remapping...
0 commit comments