visulate-ora2pg
visulate-ora2pg copied to clipboard
Apple silicon docker start up clarification
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