Skip to content

Commit fd6f8e6

Browse files
committed
infra: fix docker
1 parent 9920c07 commit fd6f8e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/cloud-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packages:
66

77
runcmd:
88
- |
9-
amazon-linux-extras install -y docker
9+
yum install docker -y
1010
usermod -a -G docker ec2-user
1111
systemctl enable docker
1212
systemctl start docker

0 commit comments

Comments
 (0)