Skip to content

Commit eb6683f

Browse files
committed
Merge pull request yeasy#60 from maguowei/master
format the expression
2 parents 7f4e414 + 345b070 commit eb6683f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data_management/volume.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* 数据卷可以在容器之间共享和重用
44
* 对数据卷的修改会立马生效
55
* 对数据卷的更新,不会影响镜像
6-
* 卷会一直存在,直到没有容器使用
6+
* 数据卷会一直存在,直到没有容器使用
77

8-
*数据卷的使用,类似于 Linux 下对目录或文件进行 mount。
8+
*注意:数据卷的使用,类似于 Linux 下对目录或文件进行 mount。
99

1010

1111
### 创建一个数据卷

0 commit comments

Comments
 (0)