You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run DOCKER_DEFAULT_PLATFORM=linux/amd64 docker-compose up -d many things run except
Error response from daemon: image with reference mongo:4.4 was found but does not match the specified platform: wanted linux/amd64, actual: linux/arm64
If I try this: DOCKER_DEFAULT_PLATFORM=linux/arm64 docker-compose up -d I get:
Error response from daemon: image with reference stackstorm/st2api:latest was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64
Getting
/bin/bash: /makesecrets.sh: Permission denied
The text was updated successfully, but these errors were encountered: