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
- Manage containers, images, volumes, and networks via browser
- Deploy stacks with Docker Compose directly from the UI
- Manage multiple Docker hosts and Swarm environments
- User access control with role-based permissions
- Container logs, stats, and console access in-browser
Screenshots

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.