ブログ — 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…