GNU bug report logs -
#54377
[PATCH 0/3] Add 'guix home container'
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Sun, 13 Mar 2022 21:54:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 19 Mar 2022 19:24:40 +0100
with message-id <87k0cpn6l3.fsf_-_ <at> gnu.org>
and subject line Re: bug#54377: [PATCH 0/3] Add 'guix home container'
has caused the debbugs.gnu.org bug report #54377,
regarding [PATCH 0/3] Add 'guix home container'
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
54377: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54377
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello Guix!
This patch series adds a ‘guix home container’ command. You can run:
guix home container config.scm
and you get an interactive shell, started as a login shell, where you
can check the effect of your configuration. Handy!
The code is a bit redundant with that of ‘guix environment’, but
slightly different, so no obvious way to factorize it came to mind.
Feedback welcome!
Ludo’.
Ludovic Courtès (3):
linux-container: 'eval/container' honors #:namespaces.
linux-container: Add #:guest-uid and #:guest-gid to 'eval/container'.
guix home: Add 'container' command.
doc/guix.texi | 58 +++++++
gnu/system/linux-container.scm | 15 +-
guix/scripts/home.scm | 271 ++++++++++++++++++++++++++++++---
tests/guix-home.sh | 58 +++++--
4 files changed, 359 insertions(+), 43 deletions(-)
base-commit: d41c82b481fd0f5c7d45d6e2629fdf9d2085205b
--
2.34.0
[Message part 3 (message/rfc822, inline)]
Hi!
I pushed the series together with a news entry:
a58defdae8 news: Add entry about 'guix home container'.
094a2cfbe4 guix home: Add 'container' command.
cff9fee82a linux-container: Add #:guest-uid and #:guest-gid to 'eval/container'.
c77544b387 linux-container: 'eval/container' honors #:namespaces.
Let’s tweak things such as the default shell as we get more hands-on
feedback.
I also expect we might want a ‘--system-manifest’ option for users who’d
like to have more than just Coreutils in the container.
Thanks,
Ludo’.
This bug report was last modified 3 years and 61 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.