Skip to content

Instantly share code, notes, and snippets.

@slemeur
Last active April 1, 2017 13:19
Show Gist options
  • Save slemeur/3289b28f3ced908078a1de42eda63bae to your computer and use it in GitHub Desktop.
Save slemeur/3289b28f3ced908078a1de42eda63bae to your computer and use it in GitHub Desktop.
che-quickstart.sh
# Start Che with help:
docker run eclipse/che
# Start Che:
docker run -it -v /var/run/docker.sock:/var/run/docker.sock 
 -v <LOCAL-PATH>:/data 
  eclipse/che start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment