Description
Stop switching to the terminal for docker ps, docker logs, docker stop. Run your daily Docker workflow without leaving your editor.
What you can do
- See everything that's running — containers update live as you start, stop, or rebuild them. No refresh button to babysit.
- Start, stop, restart and remove containers with a single click.
- Read logs in real time with errors, warnings, and info levels highlighted so problems jump out.
- Inspect any container — image, state, command, environment variables, port mappings, mounts and networks in a clean dashboard. Full inspect JSON if you need it.
- Pull images from any registry with live progress, and clean up the ones you don't need anymore.
- Find what you need fast — instant search for containers and images.
- Glance at the status bar to see how many containers are running and whether Docker is up.
- Edit Dockerfiles with proper syntax highlighting. Works with
Dockerfile,Containerfile, multi-stage variants likeDockerfile.devandDockerfile.prod, and any*.dockerfile.
Works with what you already have
Connects automatically to Docker Desktop, Colima, Rancher Desktop, or Podman — whichever one you use.