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

run: Add --uts flag #1683

Merged
merged 2 commits into from
Dec 28, 2022
Merged

run: Add --uts flag #1683

merged 2 commits into from
Dec 28, 2022

Commits on Dec 27, 2022

  1. run: Add --uts flag

    Adds support for specifying the host UTS namespace (the only thing
    docker supported), and a small test for this.
    
    Signed-off-by: Danny Canter <danny@dcantah.dev>
    dcantah committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    359521e View commit details
    Browse the repository at this point in the history
  2. run: Consolidate namespace options

    This change just consolidates all of the namespace validation/setting
    logic into a single function and will return all of the resulting
    options.
    
    Signed-off-by: Danny Canter <danny@dcantah.dev>
    dcantah committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    17800d1 View commit details
    Browse the repository at this point in the history