coala / coala-atom

A coala integration plugin for Atom
https://coala.io/
GNU Affero General Public License v3.0
20 stars 23 forks source link

Using dockered coala with coala-atom #73

Open folixg opened 7 years ago

folixg commented 7 years ago

Is it possible to use coala inside a docker container with coala-atom? I haven't been able to get it to work. In fact the spawning of the docker process fails (I am not even sure how i have to specify the directory which docker will mount). But even if docker would be running it probably is not possible, since the call to the executable uses the cwd from the local machine.

Does anybody know a workaround for this or has any hints on what I might try to get it running? As the coala docs say that "The recommended way to use coala is using docker" it would be nice to be able to use coala-atom with the docker image of coala.

sils commented 7 years ago

CC @jayvdb for docker stuff, indeed I'm not sure if anyone ever tried this in plugins

jayvdb commented 6 years ago

Certainly possible, but would need a little work.