Created
June 14, 2017 21:32
-
-
Save mrrooijen/cde4b356c0c4ca0d79b75e46a0bd1898 to your computer and use it in GitHub Desktop.
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
# Install Docker | |
curl -fsSL https://get.docker.com/ | sh | |
# Run Rancher | |
docker run -d \ | |
--name=rancher \ | |
--restart=always \ | |
-v /var/lib/mysql:/var/lib/mysql \ | |
-p 8080:8080 \ | |
rancher/server:stable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment