docker fails when starting a workspace
See original GitHub issueMerry christmas and happy New year!
When I start any workspace I have a docker error.
Reproduction Steps:
$ git clone https://github.com/eclipse/che.git $ cd che/assembly $ mvn clean install $ cd assembly-main/target/eclipse-che-5.0.0-SNAPSHOT/eclipse-che-5.0.0-SNAPSHOT/bin $ ./che.sh start
- Create a new workspace and start it
Expected behavior:
It starts the workspace.
Observed behavior:
The error: Could not start workspace wksp-u18r. Reason: Start of environment default failed. Error: Error response from docker API, status: 404, message: Failed to program FILTER chain: iptables failed: iptables --wait -I FORWARD -o br-f6715790d40d -j DOCKER: iptables v1.4.21: Couldn't load target 'DOCKER':No such file or directory Try 'iptables -h' or 'iptables --help' for more information. (exit status 2)
Che version: the latest
OS and version: Ubuntu 14.04
Docker version: Docker version 1.12.5, build 7392c3b
Additional information:
The host computer is behind a proxy.
- Problem started happening recently, didn’t happen in an older version of Che: No
- Problem can be reliably reproduced, doesn’t happen randomly: Yes
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Top GitHub Comments
@aleksei-burakov that is certainly some iptables issue.
Can you manually run docker containers?
docker run -ti -P codenvy/ubuntu_jdk8 bash
Does the above command open a shell into a container?
Well it is certainly great to start that kind of cheer! Thank you.
The technique that you used to start Che is about to be removed. The only allowed way to start Che moving forward will be through a docker container. And the files in the root of the repo will be removed.
Can you test this technique? https://github.com/eclipse/che/tree/master/docs/_docs/setup