Remove -v description

This commit is contained in:
khs1994
2018-07-10 08:08:21 +08:00
parent 9f08baaa5c
commit c6c0a6f1fe
2 changed files with 0 additions and 8 deletions

View File

@@ -1,9 +1,5 @@
## 挂载主机目录
### 选择 -v 还是 -mount 参数
Docker 新用户应该选择 `--mount` 参数,经验丰富的 Docker 使用者对 `-v` 或者 `--volume` 已经很熟悉了,但是推荐使用 `--mount` 参数。
### 挂载一个主机目录作为数据卷
使用 `--mount` 标记可以指定挂载一个本地主机的目录到容器中去。