diff --git a/docs/User-Guide_Armbian-Software/Containers.md b/docs/User-Guide_Armbian-Software/Containers.md index bedfa468..015a10e7 100644 --- a/docs/User-Guide_Armbian-Software/Containers.md +++ b/docs/User-Guide_Armbian-Software/Containers.md @@ -4,6 +4,11 @@ *** ## Install Docker Minimal + + +[![Install Docker Minimal](/images/CON001.webp)](#) + + This operation will install Docker Minimal. **Command:** @@ -16,6 +21,11 @@ armbian-config --cmd CON001 **Status:** Stable + +What is Docker? Docker helps developers build, share, run, and verify applications anywhere - without tedious environment configuration or management. + + + *** @@ -52,6 +62,16 @@ armbian-config --cmd CON003 *** ## Purge all Docker images, containers, and volumes + + +[![Purge all Docker images, containers, and volumes](/images/CON004.webp)](#) + + + + +Portainer simplifies your Docker container management via Portainer web interface. It enables faster deploy of the applications and it gives real time visibility. + + This operation will delete all Docker images, containers, and volumes. **Command:** @@ -64,6 +84,54 @@ armbian-config --cmd CON004 **Status:** Stable + +=== "Access to the web interface" The web interface is accessible via port **9002**: - URL = `http://:9002` + + + + +*** + +## Install Portainer + + +[![Install Portainer](/images/CON004.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 CON004 +~~~ + +**Author:** @armbian + +**Status:** Stable + + + +=== "Access to the web interface" The web interface is accessible via port **9002**: - URL = `http://:9002` + + + + +*** + +## Remove Portainer +**Command:** +~~~ +armbian-config --cmd CON005 +~~~ + +**Author:** @armbian + +**Status:** Stable + + *** diff --git a/docs/User-Guide_Armbian-Software/Desktops.md b/docs/User-Guide_Armbian-Software/Desktops.md index 5a38c2d0..5aa3dfd1 100644 --- a/docs/User-Guide_Armbian-Software/Desktops.md +++ b/docs/User-Guide_Armbian-Software/Desktops.md @@ -134,6 +134,11 @@ armbian-config --cmd GNOME04 *** ### Cinnamon desktop Install + + +[![Cinnamon desktop Install](/images/CINNAMON01.png)](#) + + **Command:** ~~~ armbian-config --cmd CINNAMON01 @@ -144,6 +149,11 @@ armbian-config --cmd CINNAMON01 **Status:** Stable + +Cinnamon is a Linux desktop that provides advanced innovative features and a traditional user experience.The desktop layout is similar to Gnome 2 with underlying technology forked from Gnome Shell. Cinnamon makes users feel at home with an easy-to-use and comfortable desktop experience. + + + *** diff --git a/docs/User-Guide_Armbian-Software/Management.md b/docs/User-Guide_Armbian-Software/Management.md index 28852137..b18fa3d8 100644 --- a/docs/User-Guide_Armbian-Software/Management.md +++ b/docs/User-Guide_Armbian-Software/Management.md @@ -4,6 +4,11 @@ *** ## Install Cockpit web-based management tool + + +[![Install Cockpit web-based management tool](/images/MAN001.png)](#) + + This operation will install Cockpit. cockpit cockpit-ws cockpit-system cockpit-storaged @@ -17,6 +22,11 @@ armbian-config --cmd MAN001 **Status:** Stable + +Introducing CockpitCockpit is a web-based graphical interface for servers, intended for everyone, especially those who are:- new to Linux(including Windows admins)- familiar with Linuxand want an easy, graphical way to administer servers- expert adminswho mainly use other tools but want an overview on individual systemsThanks to Cockpit intentionally using system APIs and commands, a whole team of admins can manage a system in the way they prefer, including the command line and utilities right alongside Cockpit. + + + *** diff --git a/docs/images/CINNAMON01.png b/docs/images/CINNAMON01.png new file mode 100644 index 00000000..8612ea93 Binary files /dev/null and b/docs/images/CINNAMON01.png differ diff --git a/docs/images/CON001.webp b/docs/images/CON001.webp new file mode 100644 index 00000000..33eb58ee Binary files /dev/null and b/docs/images/CON001.webp differ diff --git a/docs/images/CON004.webp b/docs/images/CON004.webp new file mode 100644 index 00000000..2411df52 Binary files /dev/null and b/docs/images/CON004.webp differ diff --git a/docs/images/MAN001.png b/docs/images/MAN001.png new file mode 100644 index 00000000..a94fdbc5 Binary files /dev/null and b/docs/images/MAN001.png differ