podman/libpod/define
baude 5ccb1596b4 Display correct value for unlimited ulimit
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>
2021-02-10 14:17:58 -06:00
..
annotations.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
config.go Add --umask flag for create, run 2020-07-21 14:22:30 -04:00
container_inspect.go Display correct value for unlimited ulimit 2021-02-10 14:17:58 -06:00
containerstate.go container stop: release lock before calling the runtime 2021-01-14 17:45:30 +01:00
errors.go Fix per review request 2021-02-04 18:30:07 +01:00
exec_codes.go Revert "Exec: use ErrorConmonRead" 2020-03-09 09:50:40 -04:00
healthchecks.go Fix remote integration for healthchecks 2020-05-20 14:43:01 -05:00
info.go Add Security information to podman info 2020-12-22 08:13:14 -05:00
pod_inspect.go Fix podman pod inspect show wrong MAC string 2020-11-18 18:06:06 +08:00
podstate.go Add a Degraded state to pods 2020-10-21 13:31:40 -04:00
runtime.go Add support for containers.conf 2020-03-27 14:36:03 -04:00
version.go Refactor version handling in cmd tree 2020-09-18 15:13:58 -07:00
volume_inspect.go Initial implementation of volume plugins 2021-01-14 15:35:33 -05:00