Re: Docker image format with services

2023-05-02 Thread Jack Hill
On Sun, 30 Apr 2023, Markku Korkeala wrote: Hi all, just joined here, so I couldn't reply to the actual actual email, I copied the below message from the archive to this email On 4/18/23 02:05, Jack Hill wrote: I then load that into docker: `docker load < /gnu/store/…tar.gz`, and run it wit

Re: Docker image format with services

2023-05-01 Thread Markku Korkeala
Hi all, just joined here, so I couldn't reply to the actual actual email, I copied the below message from the archive to this email On 4/18/23 02:05, Jack Hill wrote: I then load that into docker: `docker load < /gnu/store/…tar.gz`, and run it with `docker run guix`. So far, so good. Howeve

Docker image format with services

2023-04-18 Thread Jack Hill
Hi Guix, I have a need to build some Docker images (well, really OCI-compliant images) to run some service on computing systems that I don't manage. I thought I would use `guix system image` to build these images. In order to get a feel for it, I'm testing it out with the docker service runnin