Skip to content

Portainer

Web-based container management interface for managing Docker and Podman containers.

Overview

Attribute Value
Image docker.io/portainer/portainer-ce:latest
Size ~200MB
GPU No
Port 9443 (default, HTTPS)

Quick Start

Step Command Description Recording
1 ujust portainer config Configure server
2 ujust portainer start Start server
3 ujust portainer status Check status

Access Portainer at https://localhost:9443 after starting.

Lifecycle Commands

Command Description Recording
ujust portainer config Configure settings
ujust portainer start Start server
ujust portainer status Check status
ujust portainer logs View logs
ujust portainer stop Stop server
ujust portainer delete Remove config

Features

  • Visual container management
  • Image management and registry access
  • Volume and network management
  • Container logs and stats
  • Stack deployment (Docker Compose)

Use Cases

  • Monitor running containers
  • Deploy and manage services
  • View container logs and metrics
  • Manage container networks
  • Pull and manage images

See Also