docker-machine create --driver "generic" --generic-ip-address "<your-server-ip>" --generic-ssh-user "<your-ssh-user>" --generic-ssh-key "<your-pem-key>" --generic-ssh-port "<ssh-port>" <your-machine-name>
Conteúdo para você se capacitar em programação
docker-machine create --driver "generic" --generic-ip-address "<your-server-ip>" --generic-ssh-user "<your-ssh-user>" --generic-ssh-key "<your-pem-key>" --generic-ssh-port "<ssh-port>" <your-machine-name>