Skip to content

Commit 6216c6e

Browse files
aviramhadcantah
andauthored
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 <aviramyhassan@gmail.com> Co-authored-by: Danny Canter <danny_canter@apple.com>
1 parent d1a8fae commit 6216c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Containerization provides APIs to:
1212
- [Create an optimized Linux kernel for fast boot times](./kernel/).
1313
- [Spawn lightweight virtual machines and manage the runtime environment](./Sources/Containerization/LinuxContainer.swift).
1414
- [Spawn and interact with containerized processes](./Sources/Containerization/LinuxProcess.swift).
15-
- Use Rosetta 2 for executing x86_64 processes on Apple silicon.
15+
- Use Rosetta 2 for running linux/amd64 containers on Apple Silicon.
1616

1717
Please view the [API documentation](https://apple.github.io/containerization/documentation/) for information on the Swift packages that Containerization provides.
1818

0 commit comments

Comments
 (0)