visulate-ora2pg icon indicating copy to clipboard operation
visulate-ora2pg copied to clipboard

Apple silicon docker start up clarification

Open kjallen opened this issue 1 year ago • 0 comments

In case others attempting to run on Apple silicon, you will need to specify the platform.

Before running docker-compose up set the environment variable: DOCKER_DEFAULT_PLATFORM=linux/amd64

Or if running individual containers, set the appropriate cli flag: --platform=linux/amd64

kjallen avatar Oct 06 '23 20:10 kjallen