nix-community/nix-on-droid

How to run docker daemon?

Opened this issue · 1 comments

Installed docker by

nix-env -iA nixpkgs.docker

When I type e.g. docker pull pihole/pihole, it shows

Using default tag: latest
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

How do I start the docker daemon?