I鈥檓 trying to use Docker and it鈥檚 giving me this error:
h-iPhone-sl-Name:~# docker pull hello-world
Using default tag: latest
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I鈥檓 trying to run
service docker start
But I get this error:
h-iPhone-sl-Raz:~# service docker start
ash: service: not found
I鈥檝e also tried another command, docker create and it result with the same error
Known issue, services don't work yet.
Also, I don't think service exists on Alpine. Install OpenRC (apk add openrc) if you want something similar.
Duping to #63. Talking to a docker daemon on another computer should work, at least.