summaryrefslogtreecommitdiff
path: root/libpod/container_inspect.go
Commit message (Expand)AuthorAge
* Add podman run --timeout optionDaniel J Walsh2021-04-23
* fix start itchenkang2021-04-17
* add pidfile in inspectionchenkang2021-04-17
* Sort CapDrop in inspect to guarantee orderMatthew Heon2021-02-23
* bump go module to v3Valentin Rothberg2021-02-22
* Enable whitespace linterPaul Holzinger2021-02-11
* Display correct value for unlimited ulimitbaude2021-02-10
* Implement SecretsAshley Cui2021-02-09
* Initial implementation of volume pluginsMatthew Heon2021-01-14
* Exorcise Driver code from libpod/defineMatthew Heon2021-01-12
* Add LogSize to container inspectDaniel J Walsh2020-12-15
* Drop default log-level from error to warnDaniel J Walsh2020-12-03
* Add better support for unbindable volume mountsDaniel J Walsh2020-11-02
* new "image" mount typeValentin Rothberg2020-10-29
* Store cgroup manager on a per-container basisMatthew Heon2020-10-08
* podman: add option --cgroup-confGiuseppe Scrivano2020-08-21
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Add --umask flag for create, runAshley Cui2020-07-21
* Merge pull request #6956 from mheon/add_ports_to_pod_inspectOpenShift Merge Robot2020-07-15
|\
| * Include infra container information in `pod inspect`Matthew Heon2020-07-14
* | Add SystemdMode to inspect for containersMatthew Heon2020-07-14
|/
* Merge pull request #6836 from ashley-cui/tzlibpodOpenShift Merge Robot2020-07-06
|\
| * Add --tz flag to create, runAshley Cui2020-07-02
* | move go module to v2Valentin Rothberg2020-07-06
|/
* Turn on More lintersDaniel J Walsh2020-06-15
* Ensure `podman inspect` output for NetworkMode is rightMatthew Heon2020-05-08
* Fix bug where pods would unintentionally share cgroupnsMatthew Heon2020-05-08
* add {generate,play} kubeValentin Rothberg2020-05-06
* Fix errors found in coverity scanDaniel J Walsh2020-05-01
* Revert "Default CPUShares in Inspect are 1024"Sagi Shnaidman2020-03-30
* Add support for containers.confDaniel J Walsh2020-03-27
* podmanv2 container inspectBrent Baude2020-03-26
* Fix spelling mistakes in code found by codespellDaniel J Walsh2020-03-07
* Add support for multiple CNI networks in podman inspectMatthew Heon2020-02-25
* Default CPUShares in Inspect are 1024Matthew Heon2020-01-23
* make lint: enable gocriticValentin Rothberg2020-01-13
* log: support --log-opt tag=Giuseppe Scrivano2020-01-10
* Ensure SizeRw is shown when a user does 'inspect --size -t container'.Neville Cain2019-12-27
* container config: add CreateCommandValentin Rothberg2019-12-13
* add libpod/configValentin Rothberg2019-10-31
* bump containers/image to v5.0.0, buildah to v1.11.4Nalin Dahyabhai2019-10-29
* inspect: rename ImageID go field to ImageValentin Rothberg2019-10-15
* Update c/image to v4.0.1 and buildah to 1.11.3Miloslav Trmač2019-10-04
* Add support for launching containers without CGroupsMatthew Heon2019-09-10
* Print Pod ID in `podman inspect` outputMatthew Heon2019-08-01
* golangci-lint phase 4baude2019-07-22
* Populate inspect with security-opt settingsMatthew Heon2019-07-17
* Move the HostConfig portion of Inspect inside libpodMatthew Heon2019-07-17
* golangci-lint pass number 2baude2019-07-11
* code cleanupbaude2019-07-08