Last active
June 25, 2018 21:17
-
-
Save xetys/f457cff2ccc88a469e6b75160504f51b to your computer and use it in GitHub Desktop.
cloud-config docker
This file contains hidden or 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 | |
package_update: true | |
runcmd: | |
- snap install docker --channel=17.03/stable | |
This file contains hidden or 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 | |
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