codetainerapp / codetainer

A Docker container in your browser.
MIT License
1.05k stars 108 forks source link

Support connecting to docker as a unix domain socket #18

Open Xe opened 8 years ago

Xe commented 8 years ago

It is a bad idea to encourage people expose Docker over the network.

jandre commented 8 years ago

I agree, it is not ideal. I initially tried to as a Unix domain socket, but had issues using the docker /container/{id}/attach API - perhaps it was a user error, or something in the docker library I'm using. I can look into it some more.