博客 - Containers
The Filesystem Hierarchy Standard Comes to Guix Containers
2023-01-06
GNU Guix is different from most other GNU/Linux distributions and perhaps nowhere is that more obvious than the organization of the filesystem: Guix does not conform to the Filesystem…
Tarballs, the ultimate container image format
2018-05-16
A year ago we introduced guix pack , a tool that allows you to create “application bundles” from a set of Guix package definitions. On your…
Running system services in containers
2017-04-14
At FOSDEM, in the awesome Guile track , I briefly demoed a new experimental GuixSD feature as part my talk on system services : the ability to run system services…
Creating bundles with guix pack
2017-03-20
Guix just got a new command, dubbed guix pack , which we think many developers will find useful. Last week we were celebrating the release of…
Container provisioning with Guix
2015-10-27
The upcoming release of GNU Guix will feature an implementation of Linux containers named, following Scheme conventions, call-with-container . Containers are a lightweight virtualization technique used…