mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
Update volume
This commit is contained in:
parent
b2e0b720ac
commit
8589701bea
@ -10,7 +10,7 @@
|
||||
|
||||
* `数据卷` 默认会一直存在,即使容器被删除
|
||||
|
||||
*注意*:`数据卷` 的使用,类似于 Linux 下对目录或文件进行 mount,镜像中的被指定为挂载点的目录中的文件会隐藏掉,能显示看的是挂载的 `数据卷`。
|
||||
>注意:`数据卷` 的使用,类似于 Linux 下对目录或文件进行 mount,镜像中的被指定为挂载点的目录中的文件会隐藏掉,能显示看的是挂载的 `数据卷`。
|
||||
|
||||
### 选择 -v 还是 -–mount 参数
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user