implemented tmpfs mount test

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-03-04 14:06:48 -08:00
parent 514dde4e6d
commit aef0139920
3 changed files with 15 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ package dagger
env?: [string]: string
always?: true | *false
dir: string | *"/"
mount: [string]: "tmp" | "cache" | {from: _, path: string | *"/"}
mount: [string]: "tmpfs" | "cache" | {from: _, path: string | *"/"}
}
#FetchContainer: {