Skip to content

Commit 2d6f473

Browse files
Remove packer containers after running
1 parent 5858fb8 commit 2d6f473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function get_docker_packer {
6767
PACKER_AWS_VPC_ID="$(curl --silent http://169.254.169.254/latest/meta-data/network/interfaces/macs/"$INTERFACE"/vpc-id)"
6868
fi
6969

70-
echo "docker run -i
70+
echo "docker run -i --rm
7171
${USE_TTY}
7272
--env-file $TMPFILE
7373
-e PACKER_AWS_SUBNET_ID=$PACKER_AWS_SUBNET_ID

0 commit comments

Comments
 (0)