Last active
December 9, 2016 16:07
-
-
Save TylerJewell/c1966eb4ea3501be55ee784594bc82f5 to your computer and use it in GitHub Desktop.
Che Launcher Syntax
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
docker run --rm -t -v /var/run/docker.sock:/var/run/docker.sock eclipse/che [COMMAND] | |
# WHERE COMMAND IS: | |
start # Starts Che server | |
stop # Stops Che server | |
restart # Restarts Che server | |
update # Pulls latest version of Che image (upgrade) | |
info # Print debugging information |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment