From a74214aa5e5e229b666dffbc608eac099b17977c Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Wed, 11 Sep 2024 08:37:45 -0400 Subject: [PATCH] update Signed-off-by: Charlie Drage --- website/docs/podman/rosetta.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/docs/podman/rosetta.md b/website/docs/podman/rosetta.md index 445e17da8326e..c11b819b24f64 100644 --- a/website/docs/podman/rosetta.md +++ b/website/docs/podman/rosetta.md @@ -8,8 +8,6 @@ description: Use Apple Rosetta to speed up cross-architecture containers On macOS, Podman machine creates a virtual machine that uses the native Apple hypervisor `applehv` with Rosetta enabled by default. This increases the speed of any `x86_64` builds or containers to near-native levels by using a translation layer. -For more information, refer to the [official Apple documentation](https://developer.apple.com/documentation/virtualization/running_intel_binaries_in_linux_vms_with_rosetta) regarding the Rosetta technology. - Rosetta support is enabled by default on all new Podman machine installations. If you disable Rosetta, [qemu](https://www.qemu.org/) will instead be used. #### Prerequisites