All Systems
System 08Live in v0.1.0-beta.5.7
Docker container controls & live logs
Inspect ports, memory, and crash loops — and Start, Stop, or Restart with one click.
Open any server to manage every Docker container: see image tags, runtime state, published vs internal ports, Nginx routing, CPU and memory gauges, restart policies, restart counts, and volumes. Crash-looping containers are surfaced first with last log lines. Safely trigger container lifecycle actions (Start, Stop, Restart) over SSH with live progress and feedback.
Technical Specification & Protocols
COMMUNICATION PROTOCOLThe docker CLI over your own SSH connection, as root, the docker group, or passwordless sudo
SECURITY BOUNDARYContainer ids are validated before they reach the shell; actions are limited to start, stop and restart
Command Execution Pattern
# Shipown executes non-destructive container actions over SSH:
docker ps -a --format '{{json .}}'
docker stats --no-stream --format '{{json .}}'
docker restart <container_id>
docker logs --tail 200 --timestamps <container_id>Architectural Guarantees
- ✓Live status polling without heavy daemon agents on the server
- ✓Restart policy and restart count shown, so a crash loop is visible
- ✓Instant restart, stop, and start triggers with exit code verification
Explore More Subsystems
Run Shipown on your desktop today
Available directly for Windows (.exe) and Linux (.deb).
Download Shipown v0.1.0-beta.5.7