Skip to content

Instantly share code, notes, and snippets.

@xetys
Last active June 25, 2018 21:17
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 xetys/f457cff2ccc88a469e6b75160504f51b to your computer and use it in GitHub Desktop.
Save xetys/f457cff2ccc88a469e6b75160504f51b to your computer and use it in GitHub Desktop.
cloud-config docker
#cloud-config
package_update: true
runcmd:
- snap install docker --channel=17.03/stable
#cloud-config
package_update: true
runcmd:
- curl https://releases.rancher.com/install-docker/17.03.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment