[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Relationship between Docker and Guix
From: |
zimoun |
Subject: |
Re: Relationship between Docker and Guix |
Date: |
Tue, 26 Nov 2019 18:07:33 +0100 |
Hi,
Thank you for your input. You express more or less what I tried to
word. The keypoint is: build the Docker image with Guix because we
have a fine grain on the state and then use all the Docker machinery
because the world is as it is. :-)
Note that "guix pack -f docker" is one solution to create Docker
images. I have just discovered another one, thanks Ludo ;-)
guix system docker-image config.scm
with for example config.scm [1].
[1]
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/examples/bare-bones.tmpl
Hope that help.
All the best,
simon