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
