Files
moby/daemon
Sebastiaan van Stijn f2970e5358 pkg/containerfs: move to internal
The only external consumer are the `graphdriver` and `graphdriver/shim`
packages in github.com/docker/go-plugins-helpers, which depended on
[ContainerFS][1], which was removed in 9ce2b30b81.

graphdriver-plugins were deprecated in 6da604aa6a,
and support for them removed in 555dac5e14,
so removing this should not be an issue.

Ideally this package would've been moved inside `daemon/internal`, but it's used
by the `daemon` (cleanupContainer), `plugin` package, and by `graphdrivers`,
so needs to be in the top-level `internal/` package.

[1]: 6eecb7beb6/graphdriver/api.go (L218)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-06-30 19:13:23 +02:00
..
2022-12-21 11:09:01 +01:00
2024-05-24 21:32:18 +00:00
2022-07-29 23:05:18 +02:00
2023-03-30 10:29:07 +01:00
2024-06-30 19:13:23 +02:00
2022-04-21 17:33:07 -04:00
2023-11-10 20:09:25 +00:00
2023-10-26 00:10:23 +01:00
2023-09-07 18:38:19 +00:00
2023-05-19 20:38:51 +02:00
2024-06-13 14:59:54 +02:00
2023-05-19 20:38:51 +02:00
2024-06-14 15:25:07 +02:00
2023-05-19 20:38:51 +02:00
2024-06-14 15:25:07 +02:00
2023-05-19 20:38:51 +02:00
2018-04-23 13:52:44 -07:00