Container Conduit

0 containers
Connected Containers
📡
No containers connected.
Use the install command below.
Shell
Terminal
Claude Shell
Prompts
Select a container to connect
All
Select a container or run commands on all.
Claude command history Select a container
🤖
Select a container to view Claude's command history.

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 Adom 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://HOST:8800/agent/install | CC_NAME=my-service bash