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 in one tree — containers are grouped by Docker Compose project and service, with standalone containers in their own group. Everything updates live as you start, stop, or rebuild it. No refresh button to babysit.
- Manage Docker Compose projects — compose files are detected and parsed automatically. Run Up, Down, Restart, Build and Logs for a single service or the whole project, with a live console for every action.
- Start, stop, restart and remove containers with a single click.
- Connect without setup — Docker Desktop, Colima, Rancher Desktop, and Podman sockets are detected automatically, with a clear empty state when the daemon is not running. The plugin reconnects on its own once Docker starts after the IDE.
- 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.
- Clean up faster — stop all running containers, remove stopped containers, and copy container or image IDs to the clipboard.
- Know when containers exit — desktop notifications call out starts, normal exits, crashes, kills, and OOM stops.
- 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.