Skip to content

Commit 2a89809

Browse files
nginx sample init script
1 parent dcea6ca commit 2a89809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vmss-linux/cloudinit.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ packages:
1111
- ca-certificates
1212
- curl
1313
- gnupg
14-
- nginx
1514
- lsb-release
1615
runcmd:
1716
- sudo apt-get update
17+
- sudo apt install nginx -y
1818
- sudo curl -fsSL https://get.docker.com -o get-docker.sh
19-
- sudo sh ./get-docker.sh --dry-run
19+
- sudo sh ./get-docker.sh
2020
- docker --info

0 commit comments

Comments
 (0)