Creating workspace with che running inside a docker container fails with certificates https error #300
Labels
kind/question
Questions that haven't been identified as being feature requests or bugs.
As Che requires some dependencies (mainly java and docker), and that I have a server which does nothing else than running docker containers (it is basically a Ubuntu server 14.04 with nothing but docker installed on it), I didn't want to run Che on bare metal, but in fact having it part of my docker infrastructure.
I have already containers that require access to the docker host, and this is not a problem. What I do for that is that I mount as a volume inside the container the
/var/run/docker.sock
file from the host, install docker in the container, create a user in the container in the 'docker' group.That works great, and indeed, inside the container this user is able to communicate with the docker daemon (ps, stop/start containers).
I have been able to install and start eclipse-che in this container. No problem so far.
Now when I try to create a workspace in my browser, I get a strange error about https:
Any hint about what I should do to fix this ?
The text was updated successfully, but these errors were encountered: