summaryrefslogtreecommitdiff
path: root/test/e2e/build
diff options
context:
space:
mode:
authorRadostin Stoyanov <rstoyanov@fedoraproject.org>2020-12-29 09:03:08 +0000
committerRadostin Stoyanov <rstoyanov@fedoraproject.org>2021-01-07 07:51:22 +0000
commit1215bd9ffd9ac068f30212a68f36c7d77542f92d (patch)
treed76f98b4adfd7e14334a1112c702a77f6f477e07 /test/e2e/build
parent288ccc4c84e917df0ff0ee659f47e3ecbc87796a (diff)
downloadpodman-1215bd9ffd9ac068f30212a68f36c7d77542f92d.tar.gz
podman-1215bd9ffd9ac068f30212a68f36c7d77542f92d.tar.bz2
podman-1215bd9ffd9ac068f30212a68f36c7d77542f92d.zip
test: Add checkpoint/restore with volumes
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Diffstat (limited to 'test/e2e/build')
-rw-r--r--test/e2e/build/basicalpine/Containerfile.volume2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/build/basicalpine/Containerfile.volume b/test/e2e/build/basicalpine/Containerfile.volume
new file mode 100644
index 000000000..6a4fc8242
--- /dev/null
+++ b/test/e2e/build/basicalpine/Containerfile.volume
@@ -0,0 +1,2 @@
+FROM alpine
+VOLUME "/volume0"