docker / machine

Machine management for a container-centric world
https://docs.docker.com/machine/
Apache License 2.0
6.62k stars 1.97k forks source link

Docker machine for arm64 architecture (Apple M1) #4889

Open fhajiyev opened 3 years ago

fhajiyev commented 3 years ago

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?

Xuzan9396 commented 2 years ago

There doesn't seem to be an M1 version

fhajiyev commented 2 years ago

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)

ricksentam commented 2 years ago

Duplicate of #