From f903cadcfa77ecc6769c6ca073c532d00b9907b5 Mon Sep 17 00:00:00 2001 From: Stephanie Spielman Date: Tue, 6 Aug 2024 12:41:57 -0400 Subject: [PATCH] Update docs/ensuring-repro/docker/using-images.md Co-authored-by: Jaclyn Taroni <19534205+jaclyn-taroni@users.noreply.github.com> --- docs/ensuring-repro/docker/using-images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ensuring-repro/docker/using-images.md b/docs/ensuring-repro/docker/using-images.md index 63016aec2..057851b28 100644 --- a/docs/ensuring-repro/docker/using-images.md +++ b/docs/ensuring-repro/docker/using-images.md @@ -31,7 +31,7 @@ To obtain a local copy of a Docker image, follow these steps: ``` !!! tip "Macs with Apple silicon" - If you are using an Apple silicon (M-series) Mac, make sure you have [installed Rosetta 2](index.md#apple-silicon-m-series-mac-users) before pulling (and later running) a Docker image. + If you are using an Apple silicon (M-series) Mac, make sure you have [installed Rosetta 2 and enabled `x86_64/amd64` emulation](index.md#apple-silicon-m-series-mac-users) before pulling (and later running) a Docker image. In addition, you will need to use the additional flag `--platform linux/x86_64` when pulling an image. Note that the flag `--platform linux/x86_64` _must_ be provided before the image name.