--- comments: true --- # Docker containerization and KVM virtual machines ## Docker Docker minimal [![Docker](/images/CON001.png)](#) __Edit:__ [footer](https://github.com/armbian/configng/edit/main/tools/include/markdown/CON001-footer.md) [header](https://github.com/armbian/configng/new/main/tools/include/markdown/CON001-header.md) __Status:__ Stable __Architecture:__ x86-64 arm64 armhf __Maintainer:__ @igorpecovnik __Documentation:__ [Link](https://docs.docker.com) ~~~ custombash armbian-config --cmd CON001 ~~~ What is Docker? Docker helps developers build, share, run, and verify applications anywhere - without tedious environment configuration or management. ~~~ bash title="Docker engine:" armbian-config --cmd CON002 ~~~ ~~~ bash title="Docker remove:" armbian-config --cmd CON003 ~~~ ~~~ bash title="Docker purge with all images, containers, and volumes:" armbian-config --cmd CON004 ~~~ ## Portainer Portainer container management platform [![Portainer](/images/POR001.png)](#) Portainer simplifies your Docker container management via Portainer web interface. It enables faster deploy of the applications and it gives real time visibility. __Edit:__ [footer](https://github.com/armbian/configng/edit/main/tools/include/markdown/POR001-footer.md) [header](https://github.com/armbian/configng/edit/main/tools/include/markdown/POR001-header.md) __Status:__ Stable __Architecture:__ x86-64 arm64 armhf __Maintainer:__ @schwar3kat __Documentation:__ [Link](https://docs.portainer.io/) ~~~ custombash armbian-config --cmd POR001 ~~~ === "Access to the web interface" The web interface is accessible via port **9002**: - URL = `http://:9002` ~~~ bash title="Portainer remove:" armbian-config --cmd POR002 ~~~ ~~~ bash title="Portainer purge with with data folder:" armbian-config --cmd POR003 ~~~