Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Docker Container StacksNew to Visual Studio Code? Get it now.
Docker Container Stacks

Docker Container Stacks

statiolake

|
2 installs
| (0) | Free
Manage Docker Compose stacks and containers from the VS Code UI side.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Docker Container Stacks

VS Code UI extension for managing Docker Compose stacks and containers from the local VS Code side.

This extension is intentionally declared as a UI extension:

"extensionKind": ["ui"]

That means it runs next to the VS Code client instead of inside a remote workspace extension host. When VS Code is attached to a Dev Container, the extension still talks to the local Docker CLI and can see the host-side containers that are invisible from the Dev Container workspace extension host.

Features

  • Show running containers and exited/created containers in separate views.
  • Group containers by Docker Compose project within each view.
  • Stop or start a Compose stack from the tree item context menu.
  • Stop, start, or restart individual containers.
  • Rebuild Compose stacks or Compose services when Docker Compose metadata is available.
  • Open container logs in a read-only editor document.

Remote-Side Containers

The first implementation deliberately optimizes for the local UI side because Dev Container visibility is the core requirement. Managing Docker engines reachable only from the remote workspace should be modeled as a separate execution target rather than hidden inside this UI-side Docker client.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft