Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ Linux c0376e0a-0bfd-4eea-9e9e-9f9a2c327051 6.1.68 #1 SMP Mon Mar 31 18:27:51 UTC
%
</pre>

Running `amd64` images requires Rosetta. If you receive an installation error, navigate to `/System/Library/CoreServices/` and open `Rosetta 2 Updater.app` to install it.

<pre>
Error: failed to bootstrap container ... "Rosetta is not installed" ...
</pre>

The command to push your multiplatform image to a registry is no different than that for a single-platform image:

```bash
Expand Down