Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootable containers #10

Merged
merged 3 commits into from
Aug 2, 2017
Merged

Bootable containers #10

merged 3 commits into from
Aug 2, 2017

Commits on Jul 28, 2017

  1. cmd: add mobynit for host app booting

    Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
    petrosagg committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    6f6cc8b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2017

  1. daemon: skip initLayer for bare runtime containers

    Containers that are meant to be booted from do not need the initLayer.
    
    The default init layer shadows /etc/resolv.conf and other files from the
    filesystem but this can cause problems if we're bootstrapping the
    system.
    
    Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
    petrosagg committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    6dd67d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. cmd/mobynit: accept a flag for the graph driver

    Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
    petrosagg committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    1a06eec View commit details
    Browse the repository at this point in the history