Skip to content

Commit

Permalink
nginx sample init script
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Sep 10, 2024
1 parent dcea6ca commit 2a89809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vmss-linux/cloudinit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ packages:
- ca-certificates
- curl
- gnupg
- nginx
- lsb-release
runcmd:
- sudo apt-get update
- sudo apt install nginx -y
- sudo curl -fsSL https://get.docker.com -o get-docker.sh
- sudo sh ./get-docker.sh --dry-run
- sudo sh ./get-docker.sh
- docker --info

0 comments on commit 2a89809

Please sign in to comment.