Docker compose up "no matching manifest for linux/arm64/v8 in the manifest list entries" #54
-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 44 replies
-
Try this article Running Docker with Apple M1/M2 (ARM64) chip |
Beta Was this translation helpful? Give feedback.
-
Ok the problem is no longer related to Docker. Did you read Additional steps on Mac OS? This might resolve your issue. |
Beta Was this translation helpful? Give feedback.
-
Understood,
Okay, if I want to do all the process once again, how can I permanently
delete previous step that I've done before?
…On Wed, 23 Aug 2023, 3:44 am Patrick Trumpis, ***@***.***> wrote:
Actually, i do the patching first before this step, but then i redo it,
but when I try to do the patching back, it stated there
You need to patch it only once.
You can't patch it multiple times.
I don't understand your output, what command did you enter?
After patching you need to run some addtional commands described in the
links above (Additional steps on Mac OS
<https://github.com/ptrumpis/snap-camera-signature-patch#-additional-steps-on-mac-os>
).
Like chmod ... and sudo codesign ....
Snap Camera should start by double clickling or right clicking the app
icon.
—
Reply to this email directly, view it on GitHub
<#54 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARNTTJT7L5LAA5PWB6B3BITXWUD2BANCNFSM6AAAAAA3YLMX64>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I can only summarize The binary file needs to be executable: Codesigning has to be removed: Check if there are any extended attributes: You can also check if there is an @ sign after (-rwxr-xr-x) Remove any extended attributes: Tell Gatekeeper to allow the app with a single command: Or with these two commands: There is an additional command but you should use it with caution Additional resources: |
Beta Was this translation helpful? Give feedback.
-
I summarized everything in this Wiki Guide And I found another possible fix to the problem Re-Signing the application If you have the patience and endurance to redo everything from scratch. |
Beta Was this translation helpful? Give feedback.
-
Yup, I still have that patience and endurance so I'm not gonna give up! so what's the first step I need to do, if I start from scratch? what video should I start first? |
Beta Was this translation helpful? Give feedback.
Try this article Running Docker with Apple M1/M2 (ARM64) chip