-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 error on creating workspace container. #1635
Comments
SELinux is off on my CoreOS instance (default setting). So the result of
Labels are enabled in the container mounted
But it can't remount /projects on the workspace container
I got same error when I started the ws-agent container without mounting |
@monaka it does look like a Docker related issue to me. Let's take out Che out of equation for a while. Can you run the following?
FYI, I have started a fresh CoreOS node on Digital Ocean, with Docker version 1.10.3, build 8acee1b and my workspace has successfully started.
|
And/or possibly related on the host environment. e.g. SELinux is on or off.
It works on the CoreOS host.
Thank you for fine information. |
@monaka - any update? |
I came back. I found a curious message when run the container without ':Z'. This issue may be caused my mis-configurations.
|
I got it. I run the che-host container with '-v /home/core/che/workspaces:/che/workspaces' badly. Now my Che instance is booting developer machine. So I close this issue. Thanks for your support. |
[Short description of problem here]
Reproduction Steps:
Expected behavior:
Creats workspace with no error.
Observed behavior:
[Retrieving the stack's image and launching it] frame show logs.
The result of
journalctl -fu docker
is like this.Che version: 4.4.0
OS and version: CoreOS 1010.6.0 (MoreOS)
Docker version: 1.10.3 (client and server have some version.)
Che install: server (zip) (based Docker image)
Additional information:
I tried to regenerate same situation by hand.
So It seems be caused
Z
option. Possible be caused by Docker daemon?The text was updated successfully, but these errors were encountered: