docker / machine

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

OS type not recognized when importing an amazon EC2 in docker-machine #4428

Open maximgeerinck opened 6 years ago

maximgeerinck commented 6 years ago

I'm trying to import an existing amazon EC2 like this:

docker-machine create --driver generic --generic-i-address <myip> --generic-ssh-user ec2-user --generic-ssh-key <my ssh key location> <name>

But it seems to be stuck on OS type not recognized after detecting the provisioner

Is there a way to import this machine? i don't have access to the amazonec2 credentials (University provided)

Pana commented 6 years ago

Same two