summaryrefslogtreecommitdiff
path: root/guix/scripts/container
AgeCommit message (Collapse)Author
2015-11-03scripts: container: Fix 'exec' command line parsing.David Thompson
* guix/scripts/container/exec.scm (partition-args): Reimplement such that all args up to and including the PID are returned as the first of the two values.
2015-11-01scripts: Add 'container' subcommand.David Thompson
* guix/scripts/container.scm: New file. * guix/scripts/container/exec.scm: New file. * po/guix/POTFILES.in: Add them. * Makefile.am (MODULES): Add them. * doc/guix.texi (Invoking guix container): New section.