From b96308971a4573197ef4511583325dbdeb0dc6a3 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Mon, 27 Mar 2023 00:32:21 -0700 Subject: [PATCH] Added runc & container-images to Containers. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9bad42d..97f1a19 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,10 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [Red Hat Quay](https://quay.io/) is a project that Builds, Stores, and Distributes your Applications and Containers. +[runc](https://github.com/opencontainers/runc) is a CLI tool for spawning and running containers on Linux according to the OCI specification. + +[container-images](https://github.com/opencontainers/container-images) is a collection of container images used in CI across various opencontainers projects. + [Clair](https://github.com/quay/clair) is an open source project for the static analysis of vulnerabilities in application containers (currently including [OCI](https://github.com/opencontainers/image-spec/blob/master/spec.md) and [Docker](https://github.com/docker/docker/blob/master/image/spec/v1.2.md)). [Shipwright](https://github.com/SelfhostedPro/Shipwright) is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid.