Skip to content

Instantly share code, notes, and snippets.

@nmagee
Created September 21, 2022 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmagee/035e53ea8675ff5a181661d4149b47d8 to your computer and use it in GitHub Desktop.
Save nmagee/035e53ea8675ff5a181661d4149b47d8 to your computer and use it in GitHub Desktop.
cloud-init script for bootstrapping demo
#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