Re: Build docker image

2021-04-27 Thread David Dashyan
Agr typos... need to make habit running ispell all the time... ... I'm not sure why it is done this way. Perhaps because you could have different service types providing same provision symbols? And you as a user/admin CHOOSE which to CHOOSE. And also the dependency graph of guix services NOT

Re: Build docker image

2021-04-27 Thread David Dashyan
Hello Bone Baboon! Great to hear that you got it working! Bone Baboon writes: > David Dashyan writes: >> It is not 100% clear from your message how do you want to build a docker >> image. I'm assuming that you want to use standard docker tooling and >> you want to have docker daemon on YOUR s

Re: Build docker image

2021-04-18 Thread Bone Baboon
I have got the dockerd service working. I ran into many error messages along the way. "guix system: error: service 'dockerd' requires 'networking', which is not provided by any service" This was solved with `dhpc-client-service-type`. "guix system: error: service 'dockerd' requires 'dbus-system

Re: Build docker image

2021-04-18 Thread Bone Baboon
David Dashyan writes: > It is not 100% clear from your message how do you want to build a docker > image. I'm assuming that you want to use standard docker tooling and > you want to have docker daemon on YOUR system. Correct me I'm wrong > here. Yes that is correct `docker build -t .` with a lo

Re: Build docker image

2021-04-17 Thread David Dashyan
Bone Baboon writes: > I am trying to build a docker image. > > I have added `docker` and `docker-cli` to my system configuration and > reconfigured the system. The `docker` command needs a docker daemon > running. > > I have added the docker service to the system configuration file with > `(ser

Build docker image

2021-04-10 Thread Bone Baboon
I am trying to build a docker image. I have added `docker` and `docker-cli` to my system configuration and reconfigured the system. The `docker` command needs a docker daemon running. I have added the docker service to the system configuration file with `(service docker-service-type)` in the lis