In the UI on the host there is a Machine Config
action that will give you the key pair (among other things):
There is not an option in docker-machine
to use an existing key pair. You need to provide it the private key somehow because it uses it to SSH to the machine and install Docker after the Instance is created.