Plugin for Nexion to manage Docker containers from the toolbar — start, stop, restart, and inspect containers without leaving the app.
- List containers — shows all containers with status and ports via
docker ps - Start/Stop/Restart — container lifecycle management with interactive picker
- View logs — real-time log tailing with
-fin a floating window - Docker Compose — support for
compose up -dandcompose down - Floating window — commands run in isolated terminal windows with custom titles
- Interactive picker — formatted container list (name + status) for quick selection
| Command | Description |
|---|---|
docker.ps |
List active containers |
docker.start |
Start a stopped container |
docker.stop |
Stop a running container |
docker.restart |
Restart a container |
docker.logs |
Show container logs |
docker.compose.up |
Run docker compose up -d |
docker.compose.down |
Run docker compose down |
The plugin auto-detects:
docker-compose.ymldocker-compose.yamlcompose.yml
- Docker CLI installed and available in PATH
- Compatible with Docker Engine and Docker Desktop
terminal.send— to send commands to the terminalprocess.spawn— to run Docker commands