diff options
Diffstat (limited to 'container/mount.go')
| -rw-r--r-- | container/mount.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/container/mount.go b/container/mount.go index 68011c7c..f7d4af31 100644 --- a/container/mount.go +++ b/container/mount.go @@ -43,6 +43,8 @@ const ( // Note that any source value is allowed when fstype is [FstypeOverlay]. SourceOverlay = "overlay" + // SourceTmpfs is used when mounting tmpfs. + SourceTmpfs = "tmpfs" // SourceTmpfsRootfs is used when mounting the tmpfs instance backing the intermediate root. SourceTmpfsRootfs = "rootfs" // SourceTmpfsDevtmpfs is used when mounting tmpfs representing a subset of host devtmpfs. |
