mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 17:36:22 +00:00
When doing a container inspect on a container with unlimited ulimits, the value should be -1. But because the OCI spec requires the ulimit value to be uint64, we were displaying the inspect values as a uint64 as well. Simple change to display as an int64. Fixes: #9303 Signed-off-by: baude <bbaude@redhat.com> |
||
|---|---|---|
| .. | ||
| annotations.go | ||
| config.go | ||
| container_inspect.go | ||
| containerstate.go | ||
| errors.go | ||
| exec_codes.go | ||
| healthchecks.go | ||
| info.go | ||
| pod_inspect.go | ||
| podstate.go | ||
| runtime.go | ||
| version.go | ||
| volume_inspect.go | ||