docker_practice/machine
康怀帅 20f19cbafd
Update docker machine on windows 10
* Set up an external network switch. If you plan at any point to use Docker Machine to set up multiple local VMs, you need this anyway, as described in the topic on the Hyper-V driver for Docker Machine.

* https://docs.docker.com/machine/drivers/hyper-v/#example
2018-05-23 17:45:41 +08:00
..
README.md Update machine 2017-11-23 01:22:25 +08:00
install.md Fix error link in install machine 2017-11-30 18:28:23 +08:00
usage.md Update docker machine on windows 10 2018-05-23 17:45:41 +08:00

README.md

Docker Machine 项目

Docker Machine 是 Docker 官方编排Orchestration项目之一负责在多种平台上快速安装 Docker 环境。

Docker Machine 项目基于 Go 语言实现,目前在 Github 上进行维护。

本章将介绍 Docker Machine 的安装及使用。