I have an existing AWS EC2 instance with docker already provisioned on it. I would like to import this existing host to allow Docker Machine to manage this locally.
To do this, so far I have been using the generic driver. But as you can see in the documentation, it re-provisions docker every time, thereby bringing down my running containers. The AWS driver does not seem to have an option to do this either.
So how can I add an existing host locally without re-provisioning docker or bringing down my containers?