podman/pkg/api/handlers/libpod
Matt Heon 482ef7bfcf Add support for updating restart policy
This is something Docker does, and we did not do until now. Most
difficult/annoying part was the REST API, where I did not really
want to modify the struct being sent, so I made the new restart
policy parameters query parameters instead.

Testing was also a bit annoying, because testing restart policy
always is.

Signed-off-by: Matt Heon <mheon@redhat.com>
2024-04-17 08:23:51 -04:00
..
containers.go Add support for updating restart policy 2024-04-17 08:23:51 -04:00
containers_create.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_stats.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
generate.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
healthcheck.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
images.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
images_pull.go Allow podman pull to specify --retry and --retry-delay 2024-02-17 07:37:26 -05:00
images_push.go Add support for podman push --retry --retry-delay 2024-02-29 10:20:21 -05:00
info.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
kube.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
manifests.go podman manifest add: support creating artifact manifest on the fly 2024-02-29 11:47:44 -05:00
networks.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
play.go Add "podman kube play" cmd 2022-07-13 15:27:03 +01:00
pods.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
secrets.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
swagger_spec.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
system.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
volumes.go Bump Go module to v5 2024-02-08 09:35:39 -05:00