CHE_HOST variable is not working as expected #3350
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/blocker
Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Milestone
I want to pass CHE_HOST=172.19.20.18 to che cli to be able to use che from remote host.
Che started successfully. Workspace started but not able to communicate with master.
In che.env variable
CHE_HOST
was commented.Reproduction Steps:
docker run -it --rm -e "CHE_HOST=172.19.20.18" -v /var/run/docker.sock:/var/run/docker.sock -v $HOME/.che/data:/data -v $HOME/dev/src/codenvy/che:/repo eclipse/che-cli:nightly start
Expected behavior:
workspace started
Observed behavior:
workspace is not able to start
Additional information:
sj@sj-i7:~]$ docker version
Client:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built: Wed Oct 26 22:01:48 2016
OS/Arch: linux/amd64
Server:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built: Wed Oct 26 22:01:48 2016
OS/Arch: linux/amd64
The text was updated successfully, but these errors were encountered: