zebrunner / mcloud-agent

20 stars 11 forks source link

Unable to start containers on Mac M1/M2 #246

Closed vdelendik closed 1 year ago

vdelendik commented 1 year ago

identify concrete default docker platform for Mac M1/M2 in roles/mac-devices/templates/zebrunner-farm `` +export DOCKER_BUILDKIT=0 +export COMPOSE_DOCKER_CLI_BUILD=0 +export DOCKER_DEFAULT_PLATFORM=linux/amd64



above changes fix startup process and allow to proceed.
vdelendik commented 1 year ago

done: https://github.com/zebrunner/mcloud-agent/pull/247/files

vdelendik commented 1 year ago

verified successfully