您可以使用 docker-machine 提供物理主机吗?

Can you provision a physical host with docker-machine?

您可以使用 docker-machine 提供物理主机还是必须在 VM 上。

我目前在 ubuntu 18.04 主机上使用 docker-机器来配置另一台 ubuntu 18.04 主机。

输入:

   $ docker-machine create \
     --driver generic \
     --generic-ip-address=192.168.1.3 \
     --generic-ssh-key ~/.ssh/id_rsa \
     server2

输出:

Error creating machine: Error detecting OS: Too many retries waiting for SSH 
to be available.  Last error: Maximum number of retries (60) exceeded

Docker 机器用于 VM 而不是物理主机。