https://www.portainer.io/
http://panamax.io/
https://rancher.com/
https://dockstation.io/
https://github.com/felixgborrego/simp...
https://vmware.github.io/admiral/
https://shipyard-project.com/
https://kitematic.com/
https://swarmpit.io/
https://ctop.sh/
https://github.com/codeabovelab/haven...
---
https://hub.docker.com/search?q=&type...
https://docs.docker.com/engine/refere...
---
sudo docker volume create portainer_data
sudo docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce