我刚刚在Mac上更新了Vagrant和Docker的最新版本。运行vagrant up --provider=docker
时,出现以下错误:
==> default: Configuring proxy for Apt...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
sed -e 's/\[Service\]/[Service]\nEnvironmentFile=-\/etc\/default\/docker/g' /lib/systemd/system/docker.service > /tmp/docker.service
Stdout from the command:
Stderr from the command:
sed: can't read /lib/systemd/system/docker.service: No such file or directory
在我更新到2.2.9之前,这一切都在Vagrant 2.2.4上完成。有关如何解决此问题的任何想法?