From fdeeaba0b04e8eeb25b40dda05682def93b627ea Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Fri, 8 May 2015 20:10:34 +0800 Subject: [PATCH] Start the machine chapter --- machine/README.md | 4 ++++ machine/install.md | 1 + machine/intro.md | 1 + machine/usage.md | 1 + 4 files changed, 7 insertions(+) create mode 100644 machine/README.md create mode 100644 machine/install.md create mode 100644 machine/intro.md create mode 100644 machine/usage.md diff --git a/machine/README.md b/machine/README.md new file mode 100644 index 0000000..e19bd7b --- /dev/null +++ b/machine/README.md @@ -0,0 +1,4 @@ +# Docker Machine 项目 +Docker Machine 是 Docker 官方编排(Orchestration)项目之一,负责在多种平台上快速安装 Docker 环境。 + +本章将介绍 Machine 项目情况以及安装和使用。 diff --git a/machine/install.md b/machine/install.md new file mode 100644 index 0000000..58dc4f3 --- /dev/null +++ b/machine/install.md @@ -0,0 +1 @@ +## 安装 diff --git a/machine/intro.md b/machine/intro.md new file mode 100644 index 0000000..0f605a3 --- /dev/null +++ b/machine/intro.md @@ -0,0 +1 @@ +## 简介 diff --git a/machine/usage.md b/machine/usage.md new file mode 100644 index 0000000..fc762b9 --- /dev/null +++ b/machine/usage.md @@ -0,0 +1 @@ +## 使用