mirrord
mirrord copied to clipboard
Extend cli container arguments
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"]
}
}