Skip to content

Instantly share code, notes, and snippets.

@TylerJewell
Last active December 9, 2016 16:07
Show Gist options
  • Save TylerJewell/c1966eb4ea3501be55ee784594bc82f5 to your computer and use it in GitHub Desktop.
Save TylerJewell/c1966eb4ea3501be55ee784594bc82f5 to your computer and use it in GitHub Desktop.
Che Launcher Syntax
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