Add note regarding Windows VOLUME limitations

Signed-off-by: John Maguire <jmaguire@duosecurity.com>
Upstream-commit: 020ec88542e88bb561c30a1ec984d0a17c74b7f9
Component: engine
This commit is contained in:
John Maguire
2017-03-22 14:57:42 -04:00
parent 392ffd1e6e
commit c8fe0a8414
@@ -1222,6 +1222,11 @@ This Dockerfile results in an image that causes `docker run`, to
create a new mount point at `/myvol` and copy the `greeting` file
into the newly created volume.
> **Note**:
> When using Windows-based containers, the destination of a volume inside the
> container must be one of: a non-existing or empty directory; or a drive other
> than C:.
> **Note**:
> If any build steps change the data within the volume after it has been
> declared, those changes will be discarded.