diff options
author | Doug Rabson <dfr@rabson.org> | 2022-05-19 14:50:49 +0100 |
---|---|---|
committer | Doug Rabson <dfr@rabson.org> | 2022-08-30 16:32:24 +0100 |
commit | 0300271bf73d515393ac41f354a39889b07b88fc (patch) | |
tree | b2b46dd19bd7a1821217f06b3142998cbfd72520 /libpod/define/mount.go | |
parent | 72f4c77139adf61bc39890e08ed9b86c365ae09b (diff) | |
download | podman-0300271bf73d515393ac41f354a39889b07b88fc.tar.gz podman-0300271bf73d515393ac41f354a39889b07b88fc.tar.bz2 podman-0300271bf73d515393ac41f354a39889b07b88fc.zip |
libpod/define: Make TypeBind a platform-specific constant
This allows us to redefine to the equivalent nullfs on FreeBSD.
[NO NEW TESTS NEEDED]
Signed-off-by: Doug Rabson <dfr@rabson.org>
Diffstat (limited to 'libpod/define/mount.go')
-rw-r--r-- | libpod/define/mount.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpod/define/mount.go b/libpod/define/mount.go index 1b0d019c8..db444fd83 100644 --- a/libpod/define/mount.go +++ b/libpod/define/mount.go @@ -1,8 +1,6 @@ package define const ( - // TypeBind is the type for mounting host dir - TypeBind = "bind" // TypeVolume is the type for named volumes TypeVolume = "volume" // TypeTmpfs is the type for mounting tmpfs |