docker-machine

How to increase docker-machine memory Mac

人盡茶涼 提交于 2019-11-26 11:48:07
问题 I am new to Docker, and trying to go through this tutorial setting up MemSQL from a Docker image - http://docs.memsql.com/4.0/setup/docker/ . I am on a Mac, and the tutorial uses boot2docker which seems to have been deprecated. The VM needs 4GB memory to run. The tutorial specifies how to do this with boot2docker but I cannot find a way to do this with the docker-machine/docker toolbox. Here is the command I am using and the error I am getting just trying to go through the tutorial without

Docker(五):Docker 三剑客之 Docker Machine

*爱你&永不变心* 提交于 2019-11-26 04:02:50
上篇文章 Docker(四):Docker 三剑客之 Docker Compose 介绍了 Docker Compose,这篇文章我们来了解 Docker Machine 。 Docker Machine 介绍 Docker Machine 是 Docker 官方编排(Orchestration)项目之一,负责在多种平台上快速安装 Docker 环境。 Docker Machine 是一个工具,它允许你在虚拟宿主机上安装 Docker Engine ,并使用 docker-machine 命令管理这些宿主机。你可以使用 Machine 在你本地的 Mac 或 Windows box、公司网络、数据中心、或像 AWS 或 Digital Ocean 这样的云提供商上创建 Docker 宿主机。 使用 docker-machine 命令,你可以启动、审查、停止和重新启动托管的宿主机、升级 Docker 客户端和守护程序、并配置 Docker 客户端与你的宿主机通信。 为什么要使用它? Docker Machine 使你能够在各种 Linux 上配置多个远程 Docker 宿主机。 此外,Machine 允许你在较早的 Mac 或 Windows 系统上运行 Docker,如上一主题所述。 Docker Machine 有这两个广泛的用例。 我有一个较旧的桌面系统,并希望在 Mac 或