summaryrefslogtreecommitdiff
path: root/gnu/build/linux-container.scm
Commit message (Expand)AuthorAge
* linux-container: "run-container" scripts shows the container's PID.Ludovic Courtès2019-09-12
* linux-container: Mount a new /dev/pts instance in the container.Ludovic Courtès2019-07-06
* linux-container: Remove dependency on (guix utils).Ludovic Courtès2019-06-23
* linux-container: Make the guest UID and GID a parameter.Ludovic Courtès2019-04-02
* linux-container: Work around EBADF errors upon exit.Ludovic Courtès2018-01-15
* file-systems: 'mount-file-system' now takes a <file-system> object.Ludovic Courtès2017-10-11
* linux-container: Add 'container-excursion*'.Ludovic Courtès2017-02-07
* linux-container: Add comment on exception handling.Ludovic Courtès2017-02-06
* linux-container: Do not rely on 'isatty?'.Ludovic Courtès2017-02-06
* container: Pass a list of <file-system> objects as things to mount.Ludovic Courtès2016-11-10
* container: Allow 'container-excursion' to the same namespaces.Ludovic Courtès2016-10-19
* container: Gracefully report mount errors in the child process.Ludovic Courtès2016-05-31
* container: Gracefully handle failure to set up user namespaces.Ludovic Courtès2016-05-31
* build: container: Make 'unprivileged-user-namespace-supported?' more robust.Mark H Weaver2016-01-23
* build: container: Add feature test predicates.David Thompson2015-11-03
* container: Remove unnecessary CLONE_CHILD_* flags.Ludovic Courtès2015-10-28
* build: container: Fix call-with-clean-exit.David Thompson2015-10-10
* build: container: Use the same clone flags as fork(3).David Thompson2015-09-07
* build: container: Setup /dev/console.David Thompson2015-09-07
* build: container: Add #:host-uids argument to call-with-container.David Thompson2015-08-08
* gnu: build: Add Linux container module.David Thompson2015-07-09