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 c038a7e commit 9d5ca32Copy full SHA for 9d5ca32
modules/runners/templates/user-data.sh
@@ -11,11 +11,13 @@ amazon-cloudwatch-agent-ctl -a fetch-config -m ec2 -s -c ssm:${ssm_key_cloudwatc
11
%{ endif ~}
12
13
# Install docker
14
-amazon-linux-extras install docker
+yum install docker -y
15
service docker start
16
usermod -a -G docker ec2-user
17
18
-yum install -y curl jq git
+chmod 666 /var/run/docker.sock
19
+
20
+yum install -y curl jq git --allowerasing
21
22
USER_NAME=ec2-user
23
${install_config_runner}
0 commit comments