Docker Management in Termix gives you visibility and basic control over Docker containers running on your SSH hosts. It is designed for day-to-day container management tasks: checking what is running, reading logs, restarting a container, or dropping into one for a quick inspection — without needing a separate tool open.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Termix-SSH/Termix/llms.txt
Use this file to discover all available pages before exploring further.
Docker management in Termix is not a replacement for Portainer or Dockge. It covers simple container management — controlling running containers and inspecting their state. Creating and composing containers is outside its scope.
What you can do
Container lifecycle
Start, stop, pause, and remove containers. Actions are executed over the existing SSH connection using Docker CLI commands.
Real-time stats
View live CPU usage, memory consumption, and network I/O for running containers — equivalent to
docker stats in your terminal.Container logs
Tail and browse logs for any container. Review recent output without opening a separate terminal.
Exec terminal
Open an interactive
docker exec terminal session inside a running container. Run commands inside the container directly from the browser.Enabling Docker management
Docker management must be enabled individually for each host where you want to use it.Enable Docker
Toggle on the Docker management option. This authorizes Termix to run Docker commands on that host via SSH.