Skip to content

Commit

Permalink
Add short info about other available plugins
Browse files Browse the repository at this point in the history
See #850
  • Loading branch information
StephanStS committed May 30, 2024
1 parent c822578 commit c548885
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/software/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://docs.docker.com/get-started/overview/>
Expand Down

0 comments on commit c548885

Please sign in to comment.