Skip to content

Docker Management

If Docker is installed on the host, Vapor provides a comprehensive graphical interface to manage your Docker daemon.

Containers

Navigate to Containers > Docker to view running and stopped containers.

  • Lifecycle: Start, Stop, Kill, or Restart containers directly from the UI.
  • Logs: View real-time output logs (stdout/stderr) for any container to troubleshoot application issues.
  • Exec: Open an interactive terminal session inside a running container directly from your browser.

Images

Manage the Docker images cached on your host.

  • Pull: Download new images from Docker Hub or private registries.
  • Upload: Vapor supports large-file TUS uploads, allowing you to upload .tar image archives directly from your local machine to the host without needing SSH or scp.
  • Remove: Clean up unused images to free disk space.

Networks & Volumes

Vapor exposes Docker's networking and volume management.

  • Networks: View bridge, host, and overlay networks. Inspect networks to see which containers are currently attached.
  • Volumes: Manage persistent data volumes. View volume mount points and prune unused volumes.