Ish: Can鈥檛 use Docker

Created on 11 May 2020  路  3Comments  路  Source: ish-app/ish

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

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BrammyH picture BrammyH  路  3Comments

abraxxa picture abraxxa  路  4Comments

saman1111111 picture saman1111111  路  4Comments

wsjyhaozi picture wsjyhaozi  路  4Comments

travis-mark picture travis-mark  路  5Comments