PRD: Commit bottle state to an image #240

Merged
didericis merged 17 commits from commit-bottle-state into main 2026-06-23 17:29:45 -04:00
Showing only changes of commit c6362fda7b - Show all commits
@@ -328,7 +328,6 @@ def _agent_run_argv(
"container", "run", "container", "run",
"--name", plan.container_name, "--name", plan.container_name,
"--detach", "--detach",
"--rm",
"--network", internal_network, "--network", internal_network,
] ]
for entry in _agent_env_entries(plan, sidecar_ip): for entry in _agent_env_entries(plan, sidecar_ip):