From fb124274a332aa25cc85d1083bb47706ddd4649f Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sat, 2 Oct 2021 11:15:32 +0800 Subject: [PATCH] Mention more details about linux packages in README cc docker/scan-cli-plugin#164 @thaJeztah Signed-off-by: Peter Dave Hello --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 137f3faa..c8b9de0b 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,10 @@ If you get the following error message, you're not using the latest version of D Docker packaging on Linux comes with Docker scan plugin. You can simply install Docker following the [standard linux install](https://docs.docker.com/engine/install/#server) +For DEB-based distros, the plugin is installed as an optional dependency, but currently it's only available for amd64 platforms. + +For RPM-based distros (CentOS, Fedora), the plugin is always installed (as RPM's don't have a concept of "optional" dependencies). + Just try to use the plugin, open a terminal and type the following command: ```console