(Failing) test for preservation of volumes declared in images

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-01-20 13:10:01 +00:00
commit 17a8a7be4b
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,3 @@
FROM busybox
VOLUME /data
CMD sleep 3000