summaryrefslogtreecommitdiff
path: root/libpod/container_inspect.go
AgeCommit message (Expand)Author
2024-09-27Include exposed ports in inspect output when net=hostMatt Heon
2024-09-25Add --health-max-log-count, --health-max-log-size, --health-log-destination f...Jan Rodák
2024-09-17libpod: hides env secrets from container inspectRafael Passos
2024-08-20Fix `podman stop` and `podman run --rmi`Matt Heon
2024-04-17Add support for updating restart policyMatt Heon
2024-03-22Add support for annotationsdiplane
2024-02-28feat: allow compatibility with podman v4 machineFlorian Bezannier
2024-02-28feat: make inspect compatible with docker v1.44Florian Bezannier
2024-02-14Add volumes-from support using annotation in kube yamlVikas Goel
2024-02-08Bump Go module to v5Matt Heon
2024-02-05Use semi-colon as the field separator for internal volumes-from inspect annot...Vikas Goel
2024-01-30Return nil health when inspecting containers without healthchecksAshley Cui
2024-01-16[NO NEW TESTS NEEDED] [FreeBSD] Fix crash when running podman inspectBen Cooksley
2024-01-04chore: delete obsolete // +build linesOleksandr Redko
2023-11-07Automatic code cleanups - JetBrainsBrent Baude
2023-10-24libpod: add !remote tagPaul Holzinger
2023-09-08Merge pull request #19885 from rhatdan/kubeDaniel J Walsh
2023-09-07Add support for kube securityContext\.procMountDaniel J Walsh
2023-09-07podman: don't restart after killValentin Rothberg
2023-07-17Add missing reserved annotation support to `play`Jake Correnti
2023-07-14Use constants for mount typesDaniel J Walsh
2023-06-05Include lock number in pod/container/volume inspectMatt Heon
2023-05-25kube play: exit-code propagationValentin Rothberg
2023-02-09Fix typos. Improve language.Erik Sjölund
2023-01-03Add container error message to ContainerStateJake Correnti
2022-12-16libpod: remove CNI word were no longer applicablePaul Holzinger
2022-12-15remove unmapped ports from inspect port bindingsJakob Ahrer
2022-09-30container inspect: include image digestValentin Rothberg
2022-09-15libpod: Make getContainerInspectData work on FreeBSDDoug Rabson
2022-09-15libpod: Factor out platform-specfic code from generateInspectContainerHostConfigDoug Rabson
2022-09-10Fix stuttersDaniel J Walsh
2022-09-09health check: add on-failure actionsValentin Rothberg
2022-08-10libpod: allow the notify socket to be passed programaticallyValentin Rothberg
2022-07-06Merge pull request #14501 from cdoern/podUTSopenshift-ci[bot]
2022-07-05libpod: switch to golang native error wrappingSascha Grunert
2022-07-05podman pod create --uts supportcdoern
2022-05-17k8systemd: run k8s workloads in systemdValentin Rothberg
2022-05-12play kube: service containerValentin Rothberg
2022-04-22enable staticcheck linterPaul Holzinger
2022-04-22Revert "container,inspect: convert Entrypoint to array instead of a string"Aditya R
2022-04-12Add support for ipc namespace modes "none, private, sharable"Daniel J Walsh
2022-04-08container,inspect: convert Entrypoint to array instead of a stringAditya R
2022-03-29fix pod volume passing and alter infra inheritancecdoern
2022-03-14Add support for --chrootdirsLStandman
2022-02-23Merge pull request #13232 from rhatdan/volumesOpenShift Merge Robot
2022-02-21Don't log errors on removing volumes inuse, if container --volumes-fromDaniel J Walsh
2022-02-20Implement Podman Container Clonecdoern
2022-01-21Run codespell on codeDaniel J Walsh
2022-01-18bump go module to version 4Valentin Rothberg
2022-01-18Merge pull request #12870 from rhatdan/userns1OpenShift Merge Robot