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
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
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
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
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
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