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 4625374 commit 704c2a8Copy full SHA for 704c2a8
packer/linux/conf/bin/bk-configure-docker.sh
@@ -32,6 +32,7 @@ fi
32
33
# Move docker root to the ephemeral device
34
if [[ "${BUILDKITE_ENABLE_INSTANCE_STORAGE:-false}" == "true" ]]; then
35
+ mkdir -p /mnt/ephemeral/docker
36
cat <<< "$(jq '."data-root"="/mnt/ephemeral/docker"' /etc/docker/daemon.json)" > /etc/docker/daemon.json
37
fi
38
0 commit comments