我按照这里的说明操作:
https://github.com/docker/docker/issues/866#issuecomment-19218300
但是得到这个错误:
docker -d
flag provided but not defined: -d
See 'docker --help'.
现在我无法运行docker并抛出此错误:
docker run -i -t appscale/appscale:latest /bin/bash
docker: Error response from daemon: failed to create endpoint stoic_easley on network bridge: adding interface vethe517512 to bridge docker0 failed: could not find bridge docker0: route ip+net: no such network interface.
答案 0 :(得分:5)
That comment来自2013年,是docker daemon的旧版本。
如果需要重新启动docker守护程序,可以执行
sudo restart docker
或者,with systemd:
sudo systemctl restart docker