From 6216c6eee85988680263ac63301a376ca5a34ca5 Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Tue, 10 Jun 2025 22:56:18 +0300 Subject: [PATCH] clarified linux/amd64 images support (#77) #70 Made it clearer as I wasn't sure if the API allows us to run x64 binaries or also run such Docker images. --------- Signed-off-by: Aviram Hassan Co-authored-by: Danny Canter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5045b82e..4109685a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Containerization provides APIs to: - [Create an optimized Linux kernel for fast boot times](./kernel/). - [Spawn lightweight virtual machines and manage the runtime environment](./Sources/Containerization/LinuxContainer.swift). - [Spawn and interact with containerized processes](./Sources/Containerization/LinuxProcess.swift). -- Use Rosetta 2 for executing x86_64 processes on Apple silicon. +- Use Rosetta 2 for running linux/amd64 containers on Apple Silicon. Please view the [API documentation](https://apple.github.io/containerization/documentation/) for information on the Swift packages that Containerization provides.