Last active
July 26, 2017 18:05
-
-
Save jangeador/b4528f0c06eb72977ba5db6b31aae698 to your computer and use it in GitHub Desktop.
rancher os stuff
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
sudo ros service enable rancher-server | |
sudo ros service up rancher-server | |
# If you want to see what services are available (not many), just run: | |
sudo ros service list |
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
alias git="docker run -ti --rm -v $(pwd):/git bwits/docker-git-alpine" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment