Update Docker description with additional details (#1829)

Expand the description to include information about OCI images and Podman.
This commit is contained in:
nodiscc 2025-11-28 20:31:29 +00:00 committed by GitHub
parent ffb25c79ea
commit 1df1522938
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."
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)"