Skip to content

Instantly share code, notes, and snippets.

@TylerJewell
Last active October 8, 2016 18:57
Show Gist options
  • Save TylerJewell/210f65e34f572b759de4e9891f00567b to your computer and use it in GitHub Desktop.
Save TylerJewell/210f65e34f572b759de4e9891f00567b to your computer and use it in GitHub Desktop.
Start Che with Docker
# Run the latest released version of Che
docker run --net=host \
--name che \
-v /var/run/docker.sock:/var/run/docker.sock:Z \
-v /home/user/che/lib:/home/user/che/lib-copy:Z \
-v /home/user/che/workspaces:/home/user/che/workspaces:Z \
-v /home/user/che/storage:/home/user/che/storage:Z \
codenvy/che-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment