Skip to content

Docker Management

Flutter Server Box provides an intuitive interface for managing Docker containers on your servers.

  • View all containers (running and stopped)
  • Container ID and name display
  • Image information
  • Status indicators
  • Creation time
  • Start: Launch stopped containers
  • Stop: Gracefully stop running containers
  • Restart: Restart containers
  • Remove: Delete containers
  • View Logs: Check container logs
  • Inspect: View container details
  • Environment variables
  • Port mappings
  • Volume mounts
  • Network configuration
  • Resource usage
  • Docker must be installed on your server
  • SSH user must have Docker permissions
  • For non-root users, add to docker group:
    Terminal window
    sudo usermod -aG docker your_username
  • Single tap: View container details
  • Long press: Quick action menu
  • Swipe: Quick start/stop
  • Bulk select: Multiple container operations
  • Use auto-refresh to monitor container status changes
  • Filter by running/stopped containers
  • Search containers by name or ID