hyperledger-labs / did-webs-resolver

A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-webs-specification. The original work for the reference impl started here https://github.com/WebOfTrust/did-keri-resolver
Apache License 2.0
10 stars 8 forks source link

Apple M1-3 warning and precautions #45

Closed henkvancann closed 7 months ago

henkvancann commented 7 months ago

When I follow the getting started and get to

docker compose up -d

I get back The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

This brings me to the M1 trouble shooting section, that says: " In Docker, select Use Rosetta for x86/amd64 emulation on Apple Silicon "

My Question / issue : What do you exactly mean with "in Docker" and where to "use Rosseta..."

2byrds commented 7 months ago

When I follow the getting started and get to

docker compose up -d

I get back The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

This brings me to the M1 trouble shooting section, that says: " In Docker, select Use Rosetta for x86/amd64 emulation on Apple Silicon "

My Question / issue : What do you exactly mean with "in Docker" and where to "use Rosseta..."

When using docker on a MAC, usually you will have the Docker Desktop app for managing your docker so using the gear icon you can make the selection like this:

image