Skip to content

Commit

Permalink
Remove packer containers after running
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Sep 13, 2022
1 parent 5858fb8 commit 2d6f473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function get_docker_packer {
PACKER_AWS_VPC_ID="$(curl --silent http://169.254.169.254/latest/meta-data/network/interfaces/macs/"$INTERFACE"/vpc-id)"
fi

echo "docker run -i
echo "docker run -i --rm
${USE_TTY}
--env-file $TMPFILE
-e PACKER_AWS_SUBNET_ID=$PACKER_AWS_SUBNET_ID
Expand Down

0 comments on commit 2d6f473

Please sign in to comment.