Containers
Check used ports on Linux
sudo lsof -i -P -n | grep LISTEN sudo netstat -tulpn | grep LISTEN sudo ss -tulpn | grep LIST...
Docker
Portainer app templates
https://raw.githubusercontent.com/mycroftwilde/portainer_templates/master/Template/template.j...
Move docker on another disk on OMV
Stop the docker daemon (and all containers with it) systemctl stop docker rsync -aHv /var/...
Portainer on OMV
(c) https://forum.openmediavault.org/index.php?thread/40489-how-to-prepare-omv-to-install-docker-...
Backup containers
https://hub.docker.com/r/offen/docker-volume-backup https://torsion.org/borgmatic/ https://www....
Learn Docker
Getting Started with Docker https://github.com/collabnix/dockerlabs