machine icon indicating copy to clipboard operation
machine copied to clipboard

Docker machine for arm64 architecture (Apple M1)

Open fhajiyev opened this issue 4 years ago • 3 comments

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?

fhajiyev avatar Jun 27 '21 05:06 fhajiyev

There doesn't seem to be an M1 version

Xuzan9396 avatar Jul 16 '21 07:07 Xuzan9396

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)

fhajiyev avatar Jul 16 '21 16:07 fhajiyev

Duplicate of #

ricksentam avatar Aug 09 '21 13:08 ricksentam