Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Docker for mac。 我想在终端上使用命令重新启动这个 Docker-for-mac 应用程序。 命令是什么? 没有这方面的文档。 我必须随时通过单击该按钮来重新启动它。
强制 Docker for Mac 重新读取其配置
killall -HUP com.docker.hyperkit
可能会起作用 - 如果不起作用,请更详细地解释为什么首先需要重新启动 Docker。
对我来说,我需要重新启动 Docker,这样我才能安装新版本
killall Docker成功了。
killall Docker