docker_practice/machine/README.md
2017-11-23 01:22:25 +08:00

10 lines
379 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Docker Machine 项目
![](https://docs.docker.com/machine/img/machine.png)
Docker Machine 是 Docker 官方编排Orchestration项目之一负责在多种平台上快速安装 Docker 环境。
Docker Machine 项目基于 Go 语言实现,目前在 [Github](https://github.com/docker/machine) 上进行维护。
本章将介绍 Docker Machine 的安装及使用。