From 1df1522938571f7e7e432b6329a00aa354909c70 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 28 Nov 2025 20:31:29 +0000 Subject: [PATCH] Update Docker description with additional details (#1829) Expand the description to include information about OCI images and Podman. --- platforms/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/docker.yml b/platforms/docker.yml index 688f9959dc..0b75528c1c 100644 --- a/platforms/docker.yml +++ b/platforms/docker.yml @@ -1,2 +1,2 @@ name: Docker -description: "[Docker](https://en.wikipedia.org/wiki/Docker_(software)) is a tool that automates the deployment of applications in lightweight containers so that applications can work efficiently in different environments in isolation." \ No newline at end of file +description: "[Docker](https://en.wikipedia.org/wiki/Docker_(software)) is a tool that automates the deployment of applications in lightweight containers so that applications can work efficiently in different environments. This page lists software which can run through Docker or similar containerization platforms relying on [OCI](https://en.wikipedia.org/wiki/Open_Container_Initiative) images, such as [Podman](https://en.wikipedia.org/wiki/Podman)"