Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to build docker image on Apple M1 Silicon. #9

Open
doiyuki opened this issue Apr 17, 2022 · 0 comments
Open

Failed to build docker image on Apple M1 Silicon. #9

doiyuki opened this issue Apr 17, 2022 · 0 comments

Comments

@doiyuki
Copy link

doiyuki commented Apr 17, 2022

Thank you for excellent book!
This is tips.
My Apple M1 Silicon machine failed to build docker image (Ch. 2).
So I appended platform option to Dockerfile L.1 below.

FROM --platform=linux/x86_64 ubuntu:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant