Skip to main content
Path: Docker (/docker) — Admin onlyFull Docker lifecycle management across your server fleet. Select a server from the dropdown to switch context.

Stats Overview

Four cards at the top update in real time for the selected server:
CardShows
ContainersTotal / running / stopped counts
ImagesTotal count and disk usage
VolumesTotal count
NetworksTotal count

Containers Tab

The containers list shows every Docker container on the selected server.
ColumnDescription
Name / IDContainer name and short image ID
ImageImage repository and tag
StatusRunning or Exited pill
PortsHost-to-container port bindings
CPU %Live CPU usage bar
RAM %Live memory usage bar

Container Actions

ActionAvailable When
LogsAlways — opens log viewer
TerminalRunning containers only — opens in-browser shell
RestartRunning containers
StopRunning containers
StartStopped containers
DeleteStopped containers
Use the Show Stopped toggle to include exited containers in the list.

Run a New Container

Click Run Container to launch the creation modal:
FieldDescription
ImageDocker image and tag (e.g. nginx:latest)
NameContainer name
PortsHost:container port mappings
VolumesHost:container volume mounts
EnvironmentKey=value environment variables
Restart Policyalways / unless-stopped / on-failure

Container Logs

Tail options: 50 / 100 / 200 / 500 / 1000 lines. Log output updates in real time.

Container Terminal

Full interactive shell inside the container with command history (arrow keys supported).

Images Tab

ColumnDescription
RepositoryImage name
TagVersion tag
Image IDShort hash
SizeDisk space used
CreatedPull/build date
Actions: Delete (removes image from the server). Pull a new image with the Pull Image button.

Networks Tab

All Docker networks with Name, ID, Driver, and Scope. Delete button is disabled for built-in system networks (bridge, host, none). Create a custom network with the Create Network button — choose bridge, overlay, or macvlan driver.

Volumes Tab

Named volumes with Name, Driver, and Mount Point. Delete any unused volume (data is permanently lost — no recovery).

Compose Tab

Manage Docker Compose projects as a unit.
ColumnDescription
Project NameCompose project name
StatusRunning with container count
Config FilePath to docker-compose.yml
Actions: View logs, restart/start, stop, pull latest images. Compose logs support service filtering and tail line options.