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:Containers Tab
The containers list shows every Docker container on the selected server.Container Actions
Use the Show Stopped toggle to include exited containers in the list.
Run a New Container
Click Run Container to launch the creation modal: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
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.
Actions: View logs, restart/start, stop, pull latest images.
Compose logs support service filtering and tail line options.