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

config-vm: Recycle the hook-process schema #962

Closed

Commits on Mar 21, 2018

  1. config: Split the hook-process structure into its own section

    So we'll be able to link to it without linking the rest of the 'hooks'
    structure.
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    a36c1bb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. config-vm: Recycle the hook-process schema

    We already have two ways to specify a process to launch (for the
    container process and for hooks).  This commit recycles the
    hook-process schema for launching the hypervisor.  I prefer using the
    more-fundamental container process schema, but Michael felt it had too
    many properties that wouldn't apply to the hypervisor-launching case
    [1].
    
    [1]: opencontainers#949 (comment)
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    9da1f6e View commit details
    Browse the repository at this point in the history