From c5488856f1c9636930318b54b076f8a1cd45025f Mon Sep 17 00:00:00 2001 From: StephanStS Date: Thu, 30 May 2024 16:03:33 +0200 Subject: [PATCH 1/3] Add short info about other available plugins See #850 --- docs/software/programming.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/software/programming.md b/docs/software/programming.md index 78041443d..da9272ede 100644 --- a/docs/software/programming.md +++ b/docs/software/programming.md @@ -206,6 +206,29 @@ _Source: [User:`Maklaan` - Based on a Docker blog post](https://commons.wikimedi journalctl -u docker -u containerd ``` +=== "Docker plugins" + + Docker offers plugins on its website (e.g. [Docker Plugins amd64 stable](https://download.docker.com/linux/debian/dists/bookworm/pool/stable/amd64/)), some of them are not installed by the Docker installation by default resp. are no install option from `dietpi-software` (like the Docker Compose plugin is one). + These additional plugins can be installed by the user as described below. + + [Docker Buildx](https://docs.docker.com/build/architecture/) CLI plugin: + + ```sh + apt install docker-buildx-plugin + ``` + + [Docker vulnerability scan](https://docs.docker.com/docker-hub/vulnerability-scanning/) CLI plugin: + + ```sh + apt install docker-scan-plugin + ``` + + For [running container rootless](https://docs.docker.com/engine/security/rootless/): + + ```sh + apt install docker-ce-rootless-extras + ``` + *** Official documentation: From d81ddfd42acb80a606b99a9ee35ce79499e691d9 Mon Sep 17 00:00:00 2001 From: StephanStS Date: Thu, 30 May 2024 16:09:24 +0200 Subject: [PATCH 2/3] Spellcheck issues --- docs/software/programming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/software/programming.md b/docs/software/programming.md index da9272ede..c9c82ac9d 100644 --- a/docs/software/programming.md +++ b/docs/software/programming.md @@ -208,10 +208,10 @@ _Source: [User:`Maklaan` - Based on a Docker blog post](https://commons.wikimedi === "Docker plugins" - Docker offers plugins on its website (e.g. [Docker Plugins amd64 stable](https://download.docker.com/linux/debian/dists/bookworm/pool/stable/amd64/)), some of them are not installed by the Docker installation by default resp. are no install option from `dietpi-software` (like the Docker Compose plugin is one). + Docker offers plugins on its website (e.g. [Docker Plugins amd64 stable](https://download.docker.com/linux/debian/dists/bookworm/pool/stable/amd64/){: class="nospellcheck"}), some of them are not installed by the Docker installation by default resp. are no install option from `dietpi-software` (like the Docker Compose plugin is one). These additional plugins can be installed by the user as described below. - [Docker Buildx](https://docs.docker.com/build/architecture/) CLI plugin: + [Docker Buildx](https://docs.docker.com/build/architecture/){: class="nospellcheck"} CLI plugin: ```sh apt install docker-buildx-plugin From 2e5164f37dd468c62028966e3029991ebb7c2aa7 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Thu, 30 May 2024 23:27:29 +0200 Subject: [PATCH 3/3] Fix Nginx links --- docs/software/webserver_stack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/software/webserver_stack.md b/docs/software/webserver_stack.md index a86cf968e..d8f0ebb5d 100644 --- a/docs/software/webserver_stack.md +++ b/docs/software/webserver_stack.md @@ -454,7 +454,7 @@ The innovation of Nginx compared to earlier servers such as Apache was to use an *** -Official documentation: +Official documentation: ### Lighttpd @@ -592,7 +592,7 @@ Official documentation: [^1]: Find out more about the success stories of Nginx on: [^3]: [Most Widely Deployed and Used Database Engine](https://www.sqlite.org/mostdeployed.html). Retrieved 12 December 2020 -[^4]: [NGINX vs. Apache: Our View of a Decade-Old Question](https://www.nginx.com/blog/nginx-vs-apache-our-view/). Retrieved 12 December 2020 +[^4]: [Apache vs Nginx: Practical Considerations](https://www.digitalocean.com/community/tutorials/apache-vs-nginx-practical-considerations). Retrieved 30 May 2024 [^5]: . Retrieved 29 May 2021 [^6]: [CORS Errors Mozilla](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors). Retrieved 05 December 2021