Files
containerd/pkg
Marat Radchenko bfc1465a2c Reorganize mount/unmount code so it is easier to add Darwin-specific implementation
After these changes, in order to add Darwin bind-mount implementation, one only needs:
* Adjust HasBindMounts definition in mount.go
* Provide implementation in mount_darwin.go

There was no consensus on adding dependency on bindfs, that seems to be the only working solution for bind-mounts on Darwin as of today, in https://github.com/containerd/containerd/pull/8789, that's why the actual implementation is not added in current PR.

As a bonus, Linux FUSE-related code was moved to a separate file and possibly could be reused on FreeBSD, though this needs testing.

Signed-off-by: Marat Radchenko <marat@slonopotamus.org>
2024-08-30 15:25:06 +03:00
..
2023-02-10 10:23:59 -07:00
2024-01-17 09:51:26 -08:00
2024-08-26 23:35:24 -07:00
2024-01-25 22:18:45 -08:00
2022-08-04 18:18:33 -07:00
2024-01-25 22:18:45 -08:00
2024-01-25 22:18:45 -08:00
2024-01-17 09:52:12 -08:00
2024-08-08 12:48:54 +02:00
2024-05-02 11:03:00 -07:00
2022-10-12 14:41:01 +02:00
2023-09-22 07:53:23 -07:00
2024-01-25 22:18:45 -08:00
2024-01-17 09:55:30 -08:00
2024-08-08 12:48:54 +02:00
2021-11-16 11:06:40 +08:00
2024-05-02 11:03:00 -07:00