mirror of https://github.com/docker/docs.git
Update volumes.md
This commit is contained in:
parent
06bb961ae2
commit
e49e519453
|
@ -354,7 +354,7 @@ $ docker run -d \
|
|||
</div><!--volume-->
|
||||
</div><!--tab-content-->
|
||||
|
||||
Use `docker inspect nginxtest` to verify that the bind mount was created
|
||||
Use `docker inspect nginxtest` to verify that the readonly mount was created
|
||||
correctly. Look for the `Mounts` section:
|
||||
|
||||
```json
|
||||
|
|
Loading…
Reference in New Issue