Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions modules/runners/templates/user-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ amazon-cloudwatch-agent-ctl -a fetch-config -m ec2 -s -c ssm:${ssm_key_cloudwatc
%{ endif ~}

# Install docker
amazon-linux-extras install docker
yum install docker -y
service docker start
usermod -a -G docker ec2-user

yum install -y curl jq git
chmod 666 /var/run/docker.sock

yum install -y curl jq git --allowerasing

USER_NAME=ec2-user
${install_config_runner}
Expand Down
Loading