LnL7 / nix-docker

Docker images for the Nix package manager
MIT License
288 stars 41 forks source link

Help using nix-docker with nix-daemon locally #2

Closed yurrriq closed 7 years ago

yurrriq commented 7 years ago

On my nix-darwin system, I use nix-daemon. I've gotten nix-docker set up per the README, but when I try to build something it complains about there not being a nibbled group on the Docker container. I'm not really sure where to go from here... Any advice?

Related: https://github.com/LnL7/nix-darwin/issues/9

LnL7 commented 7 years ago

That's strange, the container has a nixbld group and some build users https://github.com/LnL7/nix-docker/blob/master/default.nix#L25

yurrriq commented 7 years ago

Aha, I was using lnl7/nix:ssh.

docker run --restart always --name nix-docker -d -p 3022:22 lnl7/nix:ssh