Skip to content

Commit dcea6ca

Browse files
fixed docker installation
1 parent 2c91e3f commit dcea6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vmss-linux/cloudinit.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ packages:
1515
- lsb-release
1616
runcmd:
1717
- sudo apt-get update
18-
- curl -fsSL https://get.docker.com -o get-docker.sh
18+
- sudo curl -fsSL https://get.docker.com -o get-docker.sh
1919
- sudo sh ./get-docker.sh --dry-run
2020
- docker --info

0 commit comments

Comments
 (0)