guix-devel
[Top][All Lists]
Advanced

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

Creating Docker containers in Scheme


From: Roel Janssen
Subject: Creating Docker containers in Scheme
Date: Thu, 02 Nov 2017 16:15:14 +0100
User-agent: mu4e 0.9.18; emacs 25.1.1

Dear Guix,

I'd like to create a Docker container from Scheme.  Looking at
guix/scripts/pack.scm, I believe something like this should be possible:

  (docker-image "my-container"
    (profile-derivation
      (packages->manifest (list hello coreutils))))

Is this something we could add to the the public interface of a module?

Kind regards,
Roel Janssen



reply via email to

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