unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54377] [PATCH 0/3] Add 'guix home container'
@ 2022-03-13 21:52 Ludovic Courtès
  2022-03-13 21:54 ` [bug#54377] [PATCH 1/3] linux-container: 'eval/container' honors #:namespaces Ludovic Courtès
  2022-03-17 15:01 ` [bug#54377] " Frank Pursel
  0 siblings, 2 replies; 13+ messages in thread
From: Ludovic Courtès @ 2022-03-13 21:52 UTC (permalink / raw)
  To: 54377; +Cc: Ludovic Courtès, Andrew Tropin

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





^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-03-23  3:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-13 21:52 [bug#54377] [PATCH 0/3] Add 'guix home container' Ludovic Courtès
2022-03-13 21:54 ` [bug#54377] [PATCH 1/3] linux-container: 'eval/container' honors #:namespaces Ludovic Courtès
2022-03-13 21:54   ` [bug#54377] [PATCH 2/3] linux-container: Add #:guest-uid and #:guest-gid to 'eval/container' Ludovic Courtès
2022-03-13 21:54   ` [bug#54377] [PATCH 3/3] guix home: Add 'container' command Ludovic Courtès
2022-03-17  6:24     ` Andrew Tropin
2022-03-18 13:25       ` Ludovic Courtès
2022-03-19  5:09         ` Andrew Tropin
2022-03-19 10:39           ` [bug#54377] [PATCH 0/3] Add 'guix home container' Ludovic Courtès
2022-03-19 15:03             ` Andrew Tropin
2022-03-19 18:24           ` bug#54377: " Ludovic Courtès
2022-03-17 15:01 ` [bug#54377] " Frank Pursel
2022-03-19 10:32   ` Ludovic Courtès
2022-03-23  3:06     ` Frank Pursel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).