Container Conduit

3 containers
Connected Containers
service-test1
adom-test1 · 10.0.4.12
Connected 2h ago · exec, file, status, pty
service-chess
adom-chess · 10.0.4.18
Connected 45m ago · exec, file, status, pty
service-api
adom-api · 10.0.4.22
Connected 12m ago · exec, file, status, pty
Terminal
Shell
Claude Prompts

Spin Up New Container

Create a new Adom container called "service-NAME" and install the Container Conduit agent so it connects back to my main Gallia container.

Paste this prompt to Claude Code. It will use the container_create and container_install_cmd tools.

Install Packages on All Containers

Install curl and git on all my remote containers using container_exec_all.

Claude will run the install command on every connected satellite.

Check Status of All Containers

Show me the status of all connected satellite containers — memory, disk, uptime.

Claude will query each container for system status.

Open Persistent Shell Session

Start a persistent shell session on service-test1 and install Node.js 20, then verify it's working.

Claude will use container_shell_start/exec/stop to maintain state across commands.

One-line install for satellite containers
curl -sL http://10.0.4.5:8800/agent/install | CC_NAME=my-service bash
Copy
Demo — simulated data