Skip to content

Commit

Permalink
Update volume.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuyin authored Jan 26, 2017
1 parent 16247bb commit 1ab64b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_management/volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ docker inspect web
}
...
```
注:从Docker 1.13.0起,数据卷配置在"Mounts"Key下面,可以看到所有的数据卷都是创建在主机的`/mnt/sda1/var/lib/docker/volumes/....`下面了。
注:从Docker 1.8.0起,数据卷配置在"Mounts"Key下面,可以看到所有的数据卷都是创建在主机的`/mnt/sda1/var/lib/docker/volumes/....`下面了。
```
"Mounts": [
{
Expand Down

0 comments on commit 1ab64b2

Please sign in to comment.