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 9920c07 commit fd6f8e6Copy full SHA for fd6f8e6
1 file changed
infra/cloud-config.yaml
@@ -6,7 +6,7 @@ packages:
6
7
runcmd:
8
- |
9
- amazon-linux-extras install -y docker
+ yum install docker -y
10
usermod -a -G docker ec2-user
11
systemctl enable docker
12
systemctl start docker
0 commit comments