Closed ycherfan closed 8 years ago
Yes, it is possible to use docker-compose with dlite. That error message suggests that there is something wrong with your setup - docker-compose is trying to connect to docker by wrong address. Maybe you have DOCKER_HOST
env var left from docker-machine? Try this:
unset DOCKER_HOST; docker ps
If it's working, docker-compose should work as well.
Problem solved. Thanks!
On May 2, 2016, at 1:52, Anton S notifications@github.com wrote:
Yes, it is possible to use docker-compose with dlite. That error message suggests that there is something wrong with your setup - docker-compose is trying to connect to docker by wrong address. Maybe you have DOCKER_HOST env var left from docker-machine? Try this:
unset DOCKER_HOST; docker ps
If it's working, docker-compose should work as well.
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/nlf/dlite/issues/183#issuecomment-216104840
You're welcome! Please consider closing the issue if it's resolved :)
closing it, thanks for the assist @residentsummer
Hi! Is it possibile to use docker-compose with dlite? I can't find docker-compose inside dlite virtual machine and when I run docker-compose outside dlite it prints the message: "ERROR: Couldn't connect to Docker daemon - you might need to run
docker-machine start default
."