summaryrefslogtreecommitdiff
path: root/gnu/system/linux-container.scm
AgeCommit message (Expand)Author
2024-02-05linux-container: Inherit essential services.Leo Nikkilä
2023-06-24linux-container: Pass '--disable-chroot' to 'guix-daemon'.Ludovic Courtès
2023-06-09linux-container: Adjust to 'modify-services' semantic change.Ludovic Courtès
2023-03-26linux-container: Remove hosts-service-type when network is shared.Pierre Langlois
2022-12-01linux-container: Do not replace nscd-service-type.Ricardo Wurmus
2022-08-09linux-container: container-script: Parse command line options.Ricardo Wurmus
2022-05-31gnu: Remove wicd.Maxim Cournoyer
2022-03-19linux-container: Add #:guest-uid and #:guest-gid to 'eval/container'.Ludovic Courtès
2022-03-19linux-container: 'eval/container' honors #:namespaces.Ludovic Courtès
2021-01-13services: shepherd: 'shepherd-service-type' requires documentation.Ludovic Courtès
2020-10-01Instantiate nscd in each system container.Jason Conroy
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