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 2c91e3f commit dcea6caCopy full SHA for dcea6ca
vmss-linux/cloudinit.conf
@@ -15,6 +15,6 @@ packages:
15
- lsb-release
16
runcmd:
17
- sudo apt-get update
18
- - curl -fsSL https://get.docker.com -o get-docker.sh
+ - sudo curl -fsSL https://get.docker.com -o get-docker.sh
19
- sudo sh ./get-docker.sh --dry-run
20
- docker --info
0 commit comments