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

Extend cli container arguments #2756

Open
DmitryDodzin opened this issue Sep 16, 2024 · 0 comments
Open

Extend cli container arguments #2756

DmitryDodzin opened this issue Sep 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@DmitryDodzin
Copy link
Member

Allow the option to extend command line arguments for when running mirrord container command

{
  "container": {
    "cli_container_extra_args": ["--network", "host"]
  }
}

OR

{
  "container": {
    "cli_extra_args": ["--network", "host"]
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant