# Docker containerization and KVM virtual machines *** ## Docker minimal [![Docker minimal](/images/CON001.webp)](#) This operation will install Docker Minimal. **Command:** ~~~ armbian-config --cmd CON001 ~~~ **Author:** @schwar3kat **Status:** Stable What is Docker? Docker helps developers build, share, run, and verify applications anywhere - without tedious environment configuration or management. *** ## Docker engine This operation will install Docker Engine. **Command:** ~~~ armbian-config --cmd CON002 ~~~ **Author:** @schwar3kat **Status:** Stable *** ## Docker remove This operation will purge Docker. **Command:** ~~~ armbian-config --cmd CON003 ~~~ **Author:** @schwar3kat **Status:** Stable *** ## Docker purge with all images, containers, and volumes This operation will delete all Docker images, containers, and volumes. **Command:** ~~~ armbian-config --cmd CON004 ~~~ **Author:** @schwar3kat **Status:** Stable *** ## Portainer container management platform [![Portainer container management platform](/images/CON005.webp)](#) Portainer simplifies your Docker container management via Portainer web interface. It enables faster deploy of the applications and it gives real time visibility. **Command:** ~~~ armbian-config --cmd CON005 ~~~ **Author:** @armbian **Status:** Stable === "Access to the web interface" The web interface is accessible via port **9002**: - URL = `http://:9002` *** ## Portainer remove **Command:** ~~~ armbian-config --cmd CON006 ~~~ **Author:** @armbian **Status:** Stable *** ## Portainer purge with with data folder **Command:** ~~~ armbian-config --cmd CON007 ~~~ **Author:** @armbian **Status:** Stable ***