Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Docker machine for arm64 architecture (Apple M1) #4889

Open
fhajiyev opened this issue Jun 27, 2021 · 3 comments
Open

Docker machine for arm64 architecture (Apple M1) #4889

fhajiyev opened this issue Jun 27, 2021 · 3 comments

Comments

@fhajiyev
Copy link

fhajiyev commented Jun 27, 2021

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
Copy link

There doesn't seem to be an M1 version

@fhajiyev
Copy link
Author

fhajiyev commented Jul 16, 2021

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
Copy link

Duplicate of #

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants