根据官方文档,在docker-machine通过url添加一个docker主机,命令如下
但在我使用的时候出现语法错误?
我的192.168.20.108启用了tcp配置的
1 2 |
|
所以,这是为咋不行的?
某草草2017-04-24 16:02:37
The official document cannot be updated at this point, and a PR has been submitted.
The current docker-machine
要求使用 --driver none
clearly states the case of not using the driver. Therefore the created command should be modified to:
1 |
|
phpcn_u15822017-04-24 16:02:37
What version are you using? The latest version of docker machine does not support this option. You can see that the options you type do not have this option either