Skip to content

Commit

Permalink
Update docs/ensuring-repro/docker/using-images.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jaclyn Taroni <[email protected]>
  • Loading branch information
sjspielman and jaclyn-taroni authored Aug 6, 2024
1 parent cc2ed99 commit f903cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ensuring-repro/docker/using-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f903cad

Please sign in to comment.