Portainer CE

Portainer logo

Portainer CE — Docker Web UI

Version: 2.27.3

A lightweight, open-source container management UI that lets you manage Docker environments through a browser.

 • 


Quick Start

docker run -d \
  -p 8000:8000 -p 9443:9443 \
  --name portainer \
  --restart=always \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v portainer_data:/data \
  portainer/portainer-ce:latest

Then open https://localhost:9443 in your browser.

Features

Screenshots

Portainer dashboard

Privacy & Notes

Portainer CE is fully open source under the zlib license. The CE (Community Edition) is free with no telemetry you can't disable. Does not require internet access after install.

Changelog (short)

2.27 adds improved stack management, updated UI components, and security fixes.