From f2a2bd7fa595d4a17d638fe3013b57b3a02a4808 Mon Sep 17 00:00:00 2001 From: Dmitry Kovba Date: Tue, 24 Jun 2025 12:48:28 -0700 Subject: [PATCH] Add a link to the container repository (#157) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR adds a link to the container repository on top of the `README.md`: Screenshot 2025-06-20 at 7 54 46 PM --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7574749b..bdb5214c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ The Containerization package allows applications to use Linux containers. Containerization is written in [Swift](https://www.swift.org) and uses [Virtualization.framework](https://developer.apple.com/documentation/virtualization) on Apple silicon. +> **Looking for command line binaries for running containers?**\ +> They are available in the dedicated [apple/container](https://github.com/apple/container) repository. + Containerization provides APIs to: - [Manage OCI images](./Sources/ContainerizationOCI/).