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.
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.