mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-04 15:01:45 +00:00
Remove -v description
This commit is contained in:
@@ -12,10 +12,6 @@
|
||||
|
||||
>注意:`数据卷` 的使用,类似于 Linux 下对目录或文件进行 mount,镜像中的被指定为挂载点的目录中的文件会隐藏掉,能显示看的是挂载的 `数据卷`。
|
||||
|
||||
### 选择 -v 还是 -–mount 参数
|
||||
|
||||
Docker 新用户应该选择 `--mount` 参数,经验丰富的 Docker 使用者对 `-v` 或者 `--volume` 已经很熟悉了,但是推荐使用 `--mount` 参数。
|
||||
|
||||
### 创建一个数据卷
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user