mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
This package is used internally by the daemon, and was only used out side of the daemon by pkg/plugins (for which we still need to look where it should be kept). Making it internal because it's trivial to implement if needed by anyone. The only reason it's a package is to keep it central, and to make it easier to discover where we have rootlesskit-specific codepaths in our codebase. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>