(Failing) test for preservation of volumes declared in images
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
f57db078ba
commit
17a8a7be4b
2 changed files with 22 additions and 0 deletions
3
tests/fixtures/dockerfile-with-volume/Dockerfile
vendored
Normal file
3
tests/fixtures/dockerfile-with-volume/Dockerfile
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM busybox
|
||||
VOLUME /data
|
||||
CMD sleep 3000
|
||||
Loading…
Add table
Add a link
Reference in a new issue