我正在尝试将一个Web应用程序的映像推送到我无业游民的主节点内的私有注册表中。但是,我收到通知
Unable to build Docker image for service webapp: Unable to build image. For more output, use -v or --verbose when converting.: dial unix /var/run/docker.sock: connect: no such file or directory.
尝试
eval $(vagrant service-manager env docker)
不起作用,因为它给了我
This command requires a specific VM name to target in a multi-VM environment.
如何特别是在哪里放置计算机名称(我尝试过
eval $(vagrant service-manager --vm-name='k8s-master' env docker),
但是没有用。)?