portainer
Containers running Portainer CE :
Usage with docker
- Start :
docker compose up -d
- Open https://portainer.dev.localhost
- Follow instruction to configure admin password
Usage with Kubernetes
- Read k8s-install.sh and run :
# To get portainer on https://portainer.dev.localhost
bash k8s-install.sh
# To get portainer on https://portainer.example.net
DEVBOX_HOSTNAME=example.net bash k8s-install.sh
- Open https://portainer.dev.localhost
- Follow instruction to configure admin password