Created
September 21, 2022 22:33
-
-
Save nmagee/035e53ea8675ff5a181661d4149b47d8 to your computer and use it in GitHub Desktop.
cloud-init script for bootstrapping demo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
repo_update: true | |
repo_upgrade: all | |
packages: | |
- docker | |
- jq | |
- htop | |
runcmd: | |
- service docker start | |
- docker run -d -p 80:80 uvarc/accord-demo:nsf | |
- python3 -m pip install httpie |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment