NAME
API::Docker::Type::ContainerdInfo::Namespaces - The namespaces that the daemon uses for running containers and plugins in containerd
VERSION
version 0.004
DESCRIPTION
Generated from the inline Namespaces schema of the ContainerdInfo definition in spec/v1.51.yaml.
These namespaces can be configured in the daemon configuration, and are considered to be used exclusively by the daemon, Tampering with the containerd instance may cause unexpected behavior.
As these namespaces are considered to be exclusively accessed by the daemon, it is not recommended to change these values, or to change them to a value that is used by other systems, such as cri-containerd.
containers
The default containerd namespace used for containers managed by the daemon.
The default namespace for containers is "moby", but will be suffixed with the <uid>.<gid> of the remapped root if user-namespaces are enabled and the containerd image-store is used.
plugins
The default containerd namespace used for plugins managed by the daemon.
The default namespace for plugins is "plugins.moby", but will be suffixed with the <uid>.<gid> of the remapped root if user-namespaces are enabled and the containerd image-store is used.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <getty@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.