Portainer
Simple management UI for Docker.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.3'
services:
portainer:
container_name: 'portainer'
image: portainer/portainer-ce:latest
ports:
- '9000:9000'
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
- './portainer_data:/data'
restart: unless-stoppedResources
Website: https://www.portainer.io/
GitHub: https://github.com/portainer/portainer
Docker Hub: https://hub.docker.com/r/portainer/portainer-ce
Configuration: https://docs.portainer.io/start/install-ce/server/docker/linux