machine
machine copied to clipboard
Docker machine for arm64 architecture (Apple M1)
I tried to download docker-machine for my Apple M1 macbook:
% curl -L https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-`uname -s`-`uname -m`
Not Found
outputs for uname -s and uname -m:
% uname -s
Darwin
% uname -m
arm64
Is there a docker-machine for Apple M1's arm64 architecture?
There doesn't seem to be an M1 version
I see, I can't run my container-based tests (org.testcontainers) through Maven locally, somehow it requires docker-machine to be installed.
Interestingly the same tests are running well from IDE (JUnit)
Duplicate of #