Last active
September 22, 2016 17:11
-
-
Save TylerJewell/62636be9e3601d6a51c50dee34f708f1 to your computer and use it in GitHub Desktop.
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 \ | |
-e CHE_DATA_FOLDER=/c/Users/tyler eclipse/che start | |
INFO: ECLIPSE CHE: Found image eclipse/che-server:nightly | |
INFO: ECLIPSE CHE: Starting container... | |
INFO: ECLIPSE CHE: Server logs at "docker logs -f che-server" | |
INFO: ECLIPSE CHE: Server booting... | |
INFO: ECLIPSE CHE: Booted and reachable | |
INFO: ECLIPSE CHE: Ver: 5.0.0-M3-SNAPSHOT | |
INFO: ECLIPSE CHE: Use: http://10.0.75.2:7000 | |
INFO: ECLIPSE CHE: API: http://10.0.75.2:7000/swagger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment