guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Update on GuixSD containers


From: Ludovic Courtès
Subject: Re: Update on GuixSD containers
Date: Fri, 12 Jun 2015 17:12:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

"Thompson, David" <address@hidden> skribis:

> Yeah, our daemon would do the same thing.  We could maybe even have a
> little Guile library that allows one to evaluate arbitrary scheme code
> from within the container. :)

Actually, something quite easily feasible would be this:

  (eval-in-container #~(system* #$evil-program
                                #$(local-file "important-data.txt"))
                     #:networking? #f)

... where the container’s store would be populated with just
EVIL-PROGRAM and the local file.

Food for thought...

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]