AI-powered Docker management with natural language, visual topology, time travel snapshots, and auto-optimization. 100% free and open source.
Features no other Docker tool has. Not Docker Desktop. Not Portainer. Nobody.
See your entire Docker environment at a glance. ASCII visualization of all containers, networks, volumes, and their relationships. Export to professional diagrams.
$ dockx topology
π¦ CONTAINERS ββ web (nginx:alpine) β app-network, web-data ββ api (python:3.11) β app-network, postgres ββ db (postgres:16) β app-network, postgres-data
Git for your Docker environment. Backup and restore your ENTIRE infrastructure (containers, volumes with data, networks, images) with one command. Disaster recovery in seconds.
$ dockx snapshot create "before-migration"
$ dockx snapshot restore snap-1234567890
Automatic resource optimization without Kubernetes. AI-powered recommendations detect over/under-allocated resources, idle containers, and bottlenecks. One-click auto-tuning.
$ dockx tune --auto
π― OPTIMIZATION RECOMMENDATIONS 1. web: Reduce memory 512MB β 192MB (~320MB saved) 2. api: Increase CPU limit (bottleneck detected) 3. cache: Stop idle container (< 1% CPU usage)
Everything Docker Desktop has, plus what they'll never build
Talk to Docker like you talk to Claude. No more memorizing flags.
$ dockx gordon "optimize everything"
$ dockx gordon "take a snapshot before I deploy"
Comprehensive health checks with auto-fix. Port conflicts, memory leaks, OOM kills, GPU conflicts.
$ dockx doctor --fix
Deploy to Fly.io, Render, DigitalOcean, GCP, Heroku with one command. Auto-generates configs.
$ dockx deploy fly myapp
Full interactive TUI with container, image, volume, network management. No GUI needed.
$ dockx menu
Works with Docker, Podman, nerdctl, containerd. Auto-detects available runtime.
Portable offline cloud. Full-stack development on planes, trains, bunkers. Zero internet required.
Feature comparison with competitors
| Feature | Dockx | Docker Desktop | Portainer | Rancher |
|---|---|---|---|---|
| Time Travel Snapshots | β | β | β | β |
| Visual Topology | β | β οΈ GUI only | β οΈ GUI only | β οΈ GUI only |
| AI Auto-Optimization | β | β | β | β |
| Natural Language Interface | β | β οΈ Limited | β | β |
| Cloud Deployment | β 7 platforms | β | β | β K8s only |
| SSH/Remote Compatible | β | β | β | β |
| Price | FREE | $5-21/mo | Free (CE) | Free (limited) |
| Open Source | β | β | β | β |
git clone https://github.com/kentstone84/Docker-CLI.git
cd Docker-CLI
./install.sh
Join thousands of developers who switched to the most powerful Docker management tool ever created.