Connected Containers
service-test1
service-chess
service-api
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.