Skip to content

Commit 10d0fe9

Browse files
committed
multi-stage-builds tutorial: warn about Macbook M4 bug
Signed-off-by: Albin Kerouanton <[email protected]>
1 parent b40e4e7 commit 10d0fe9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/get-started/docker-concepts/building-images/multi-stage-builds.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ In this hands-on guide, you'll unlock the power of multi-stage builds to create
145145
146146
### Create the Dockerfile
147147
148+
> [!WARNING]
149+
> Docker Desktop v4.38 and earlier are affected by a bug that prevent completing this tutorial on Macbook M4.
150+
>
151+
> Upgrade to v4.39 or later if you're running a Macbook M4.
152+
{ .warning }
153+
148154
Now that you have the project, you’re ready to create the `Dockerfile`.
149155
150156
1. Create a file named `Dockerfile` in the same folder that contains all the other folders and files (like src, pom.xml, etc.).

0 commit comments

Comments
 (0)