Files
documentation/docs/User-Guide_Armbian-Software/Containers.md
2024-10-28 19:53:01 +01:00

138 lines
3.0 KiB
Markdown

# Containerlization and Virtual Machines
***
## Install Docker Minimal
<!--- section image START from tools/include/images/CON001.webp --->
[![Install Docker Minimal](/images/CON001.webp)](#)
<!--- section image STOP from tools/include/images/CON001.webp --->
This operation will install Docker Minimal.
**Command:**
~~~
armbian-config --cmd CON001
~~~
**Author:** @schwar3kat
**Status:** Stable
<!--- footer START from tools/include/markdown/CON001-footer.md --->
What is Docker? Docker helps developers build, share, run, and verify applications anywhere - without tedious environment configuration or management.
<!--- footer STOP from tools/include/markdown/CON001-header.md --->
***
## Install Docker Engine
This operation will install Docker Engine.
**Command:**
~~~
armbian-config --cmd CON002
~~~
**Author:** @schwar3kat
**Status:** Stable
***
## Remove Docker
This operation will purge Docker.
**Command:**
~~~
armbian-config --cmd CON003
~~~
**Author:** @schwar3kat
**Status:** Stable
***
## Purge all Docker images, containers, and volumes
<!--- section image START from tools/include/images/CON004.webp --->
[![Purge all Docker images, containers, and volumes](/images/CON004.webp)](#)
<!--- section image STOP from tools/include/images/CON004.webp --->
<!--- header START from tools/include/markdown/CON004-header.md --->
Portainer simplifies your Docker container management via Portainer web interface. It enables faster deploy of the applications and it gives real time visibility.
<!--- header STOP from tools/include/markdown/CON004-header.md --->
This operation will delete all Docker images, containers, and volumes.
**Command:**
~~~
armbian-config --cmd CON004
~~~
**Author:** @schwar3kat
**Status:** Stable
<!--- footer START from tools/include/markdown/CON004-footer.md --->
=== "Access to the web interface" The web interface is accessible via port **9002**: - URL = `http://<your.IP>:9002`
<!--- footer STOP from tools/include/markdown/CON004-header.md --->
***
## Install Portainer
<!--- section image START from tools/include/images/CON004.webp --->
[![Install Portainer](/images/CON004.webp)](#)
<!--- section image STOP from tools/include/images/CON004.webp --->
<!--- header START from tools/include/markdown/CON004-header.md --->
Portainer simplifies your Docker container management via Portainer web interface. It enables faster deploy of the applications and it gives real time visibility.
<!--- header STOP from tools/include/markdown/CON004-header.md --->
**Command:**
~~~
armbian-config --cmd CON004
~~~
**Author:** @armbian
**Status:** Stable
<!--- footer START from tools/include/markdown/CON004-footer.md --->
=== "Access to the web interface" The web interface is accessible via port **9002**: - URL = `http://<your.IP>:9002`
<!--- footer STOP from tools/include/markdown/CON004-header.md --->
***
## Remove Portainer
**Command:**
~~~
armbian-config --cmd CON005
~~~
**Author:** @armbian
**Status:** Stable
***