From c657511bce7bc1c5da4b5554a4850aa4046711b0 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 7 Mar 2018 12:24:56 -0500 Subject: Add location in DB for saving files to bind mount in Signed-off-by: Matthew Heon Closes: #462 Approved by: baude --- libpod/test_common.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libpod/test_common.go') diff --git a/libpod/test_common.go b/libpod/test_common.go index 75d9516b1..69dcf70ac 100644 --- a/libpod/test_common.go +++ b/libpod/test_common.go @@ -67,6 +67,10 @@ func getTestContainer(id, name, locksDir string) (*Container, error) { PID: 46765, }, }, + BindMounts: map[string]string{ + "/1/2/3": "/4/5/6", + "/test/file.test": "/test2/file2.test", + }, }, valid: true, } -- cgit v1.2.3-54-g00ecf