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 5858fb8 commit 2d6f473Copy full SHA for 2d6f473
bin/common.sh
@@ -67,7 +67,7 @@ function get_docker_packer {
67
PACKER_AWS_VPC_ID="$(curl --silent http://169.254.169.254/latest/meta-data/network/interfaces/macs/"$INTERFACE"/vpc-id)"
68
fi
69
70
- echo "docker run -i
+ echo "docker run -i --rm
71
${USE_TTY}
72
--env-file $TMPFILE
73
-e PACKER_AWS_SUBNET_ID=$PACKER_AWS_SUBNET_ID
0 commit comments