Skip to content
Snippets Groups Projects
  • Ludovic Courtès's avatar
    247649d4
    vm: 'system-docker-image' provides an entry point. · 247649d4
    Ludovic Courtès authored
    This simplifies use of images created with 'guix system docker-image'.
    
    * gnu/system/vm.scm (system-docker-image)[boot-program]: New variable.
    [os]: Add it to the GC roots.
    [build]: Pass #:entry-point to 'build-docker-image'.
    * gnu/tests/docker.scm (run-docker-system-test): New procedure.
    (%test-docker-system): New variable.
    * doc/guix.texi (Invoking guix system): Remove GUIX_NEW_SYSTEM hack and
    '--entrypoint' from the example.  Mention 'docker create', 'docker
    start', and 'docker exec'.
    vm: 'system-docker-image' provides an entry point.
    Ludovic Courtès authored
    This simplifies use of images created with 'guix system docker-image'.
    
    * gnu/system/vm.scm (system-docker-image)[boot-program]: New variable.
    [os]: Add it to the GC roots.
    [build]: Pass #:entry-point to 'build-docker-image'.
    * gnu/tests/docker.scm (run-docker-system-test): New procedure.
    (%test-docker-system): New variable.
    * doc/guix.texi (Invoking guix system): Remove GUIX_NEW_SYSTEM hack and
    '--entrypoint' from the example.  Mention 'docker create', 'docker
    start', and 'docker exec'.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.