I have a software application that creates LinuX Containers as virtual hosts. In these host(s), I want to start the docker service and run it.
So I initialize the lxc and open up a terminal. I enter service docker start
and get the message * Starting Docker: docker [OK]
When I type any docker command, for example docker info
I get the error Cannot connect to the Docker daemon at unix:///va/run/docker.sock. Is the docker daemon running?
I have not seen anyone with the same issue. Any ideas?