You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
138 lines
3.0 KiB
Markdown
138 lines
3.0 KiB
Markdown
# Containerlization and Virtual Machines
|
|
|
|
|
|
***
|
|
|
|
## Install Docker Minimal
|
|
|
|
<!--- section image START from tools/include/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 --->
|
|
[](#)
|
|
<!--- 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 --->
|
|
[](#)
|
|
<!--- 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
|
|
|
|
|
|
|
|
***
|
|
|