mirrord icon indicating copy to clipboard operation
mirrord copied to clipboard

Extend cli container arguments

Open DmitryDodzin opened this issue 5 months ago • 0 comments

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"]
  }
}

DmitryDodzin avatar Sep 16 '24 15:09 DmitryDodzin