Brew安装docker不包括docker引擎吗? [英] Brew install docker does not include docker engine?

查看:149
本文介绍了Brew安装docker不包括docker引擎吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尝试从brew设置docker,但是任何正式公式中似乎都未包含该引擎.

Trying to setup docker from brew, however the engine does not seem to be included in any of the any of the official formulas.

brew install docker-machine docker-compose

因此,这些仅安装客户端吗? 引擎/守护进程没有小桶吗?

So these only installs the clients? Is there no keg with the engine/daemon?

推荐答案

请尝试运行

brew install docker

这将安装Docker引擎,这将需要Docker-Machine(+ VirtualBox)在Mac上运行.

This will install the Docker engine, which will require Docker-Machine (+ VirtualBox) to run on the Mac.

如果您要安装更新 适用于Mac的Docker ,其中不需要virtualbox ,您可以通过Homebrew的木桶安装:

If you want to install the newer Docker for Mac, which does not require virtualbox, you can install that through Homebrew's Cask:

brew cask install docker
open /Applications/Docker.app

这篇关于Brew安装docker不包括docker引擎吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆