NAME
API::Docker::Type::ContainerStatus - represents the status of a container
VERSION
version 0.004
DESCRIPTION
Generated from the ContainerStatus definition of spec/v1.51.yaml.
container_id
Undocumented upstream. The container a swarm task is running in -- the object hangs off "container_status" in API::Docker::Type::TaskStatus -- and an ordinary container ID that GET /containers/{id}/json will take. The swagger's Task example carries a 64-character hex digest. Serialised as ContainerID -- spelled out, because deriving it from the Perl name would produce ContainerId.
pid
Undocumented upstream. Its process ID, the measure the swagger describes under "pid" in API::Docker::Type::ContainerState. 677 in the swagger's Task example. Serialised as PID -- spelled out, because deriving it from the Perl name would produce Pid.
exit_code
Undocumented upstream. Its last exit code, the measure the swagger describes under "exit_code" in API::Docker::Type::ContainerState. Absent from the Task example, whose container is still running.
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.