diff --git a/bot_bottle/backend/macos_container/launch.py b/bot_bottle/backend/macos_container/launch.py index ed214cd..8de4385 100644 --- a/bot_bottle/backend/macos_container/launch.py +++ b/bot_bottle/backend/macos_container/launch.py @@ -328,7 +328,6 @@ def _agent_run_argv( "container", "run", "--name", plan.container_name, "--detach", - "--rm", "--network", internal_network, ] for entry in _agent_env_entries(plan, sidecar_ip):