Skip to content

nexion-one/plugin-docker-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Manager

Plugin for Nexion to manage Docker containers from the toolbar — start, stop, restart, and inspect containers without leaving the app.

Features

  • 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 -f in a floating window
  • Docker Compose — support for compose up -d and compose down
  • Floating window — commands run in isolated terminal windows with custom titles
  • Interactive picker — formatted container list (name + status) for quick selection

Commands

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

Supported Compose Files

The plugin auto-detects:

  • docker-compose.yml
  • docker-compose.yaml
  • compose.yml

Requirements

  • Docker CLI installed and available in PATH
  • Compatible with Docker Engine and Docker Desktop

Permissions

  • terminal.send — to send commands to the terminal
  • process.spawn — to run Docker commands

About

Nexion Plugin: docker-manager

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors