summaryrefslogtreecommitdiff
path: root/gnu/system/linux-container.scm
AgeCommit message (Expand)Author
2020-04-26services: system: Initial entries are non-monadic....Ludovic Courtès
2020-01-06system: linux-container: Recommend guix container....Efraim Flashner
2019-09-18linux-container: 'eval/container' correctly passes -L and -C flags....Ludovic Courtès
2019-09-12linux-container: "run-container" scripts shows the container's PID....Ludovic Courtès
2019-09-12linux-container: Exclude more services when sharing networking with the host....Ludovic Courtès
2019-09-12file-systems: Add /var/run/nscd to '%network-file-mappings'....Ludovic Courtès
2019-07-19linux-container: Add 'eval/container'....Ludovic Courtès
2019-06-19linux-container: Remove networking service when network is shared with host....Arun Isaac
2019-05-25linux-container: Check if nscd run directory exists when container is run....Arun Isaac
2019-05-15linux-container: Compute essential services for THIS-OPERATING-SYSTEM....Ludovic Courtès
2019-05-15linux-container: Do not add %CONTAINER-FILE-SYSTEMS to Docker image OSes....Ludovic Courtès
2019-05-14linux-container: Support container network sharing....Arun Isaac
2019-05-10linux-container: Improve filtering of unnecessary file systems....Ludovic Courtès
2019-04-23linux-container: Remove '%containerized-shepherd-service' hack....Ludovic Courtès
2019-03-25system: Add 'essential-services' field to <operating-system>....Ludovic Courtès
2019-03-13linux-container: 'containerized-operating-system' removes "useless" services....Ludovic Courtès
2017-02-03file-systems: Add 'file-system-mapping->bind-mount'....Ludovic Courtès
2016-11-10container: Pass a list of <file-system> objects as things to mount....Ludovic Courtès
2016-11-10linux-container: Use 'source-module-closure' when generating the script....Ludovic Courtès
2016-07-12linux-container: Fix list of imported modules....Ludovic Courtès
2016-07-12gnu: Switch to 'with-imported-modules'....Ludovic Courtès
2016-02-08linux-container: Accept file systems with a UUID 'source'....Ludovic Courtès
2016-02-08file-systems: Spawn a Bournish REPL upon fsck failure....Ludovic Courtès
2015-11-02services: Add 'system-service-type'....Ludovic Courtès
2015-10-30scripts: system: Add 'container' action....David Thompson
2015-10-30system: container: Adjust to changes in gexps....David Thompson
2015-09-14gnu: system: Add Linux container module....David Thompson