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 e080131 commit 531ac5fCopy full SHA for 531ac5f
examples/templates/aws-devcontainer/cloud-init/userdata.sh.tftpl
@@ -13,7 +13,6 @@ fi
13
# Set up Docker credentials
14
mkdir -p "/home/${linux_user}/.docker"
15
16
-# NOTE: do we want to use the templating engine's ifs instead?
17
if [ -n "${docker_config_json_base64}" ]; then
18
# Write the Docker config JSON to disk if it is provided.
19
printf "%s" "${docker_config_json_base64}" | base64 -d | tee "/home/${linux_user}/.docker/config.json"
0 commit comments