Skip to content

Commit

Permalink
infra: fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Jun 2, 2024
1 parent 9920c07 commit fd6f8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/cloud-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:

runcmd:
- |
amazon-linux-extras install -y docker
yum install docker -y
usermod -a -G docker ec2-user
systemctl enable docker
systemctl start docker
Expand Down

0 comments on commit fd6f8e6

Please sign in to comment.