1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #24325 from Anvil/plugins_volume.md-unqiue

Fixed typo: s/unqiue/unique/g
(cherry picked from commit 84aa074d18)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Vincent Demeester 2016-07-05 11:27:42 +02:00 committed by Sebastiaan van Stijn
parent ecc3cfe41b
commit f7d5c4367b
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -126,7 +126,7 @@ name. This is called once per container start. If the same volume_name is reques
more than once, the plugin may need to keep track of each new mount request and provision
at the first mount request and deprovision at the last corresponding unmount request.
`ID` is a unqiue ID for the caller that is requesting the mount.
`ID` is a unique ID for the caller that is requesting the mount.
**Response**:
```json
@ -176,7 +176,7 @@ Indication that Docker no longer is using the named volume. This is called once
per container stop. Plugin may deduce that it is safe to deprovision it at
this point.
`ID` is a unqiue ID for the caller that is requesting the mount.
`ID` is a unique ID for the caller that is requesting the mount.
**Response**:
```json