summaryrefslogtreecommitdiff
path: root/cmd/podman/root.go
Commit message (Expand)AuthorAge
* Show correct default values or show noneDaniel J Walsh2022-01-24
* rename --cni-config-dir to --network-config-dirPaul Holzinger2022-01-18
* bump go module to version 4Valentin Rothberg2022-01-18
* Add --noout option to prevent the output of idsDaniel J Walsh2022-01-12
* Add podman rm --dependDaniel J Walsh2022-01-11
* Use same runtime to restore a container as during checkpointingAdrian Reber2021-11-19
* Set config environment variables early in Podman initDaniel J Walsh2021-11-15
* Add flag to overwrite network backend from configPaul Holzinger2021-11-11
* Move CONTAINER_HOST and _CONNECTION to IsRemote FunctionDaniel J Walsh2021-10-15
* If CONTAINER_HOST env variable is set default podman --remote=trueDaniel J Walsh2021-10-14
* Remind user to check connection or use podman machineAshley Cui2021-09-28
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* Set default storage from containers.conf for temporary imagesDaniel J Walsh2021-09-15
* If container exits with 125 podman should exit with 125Daniel J Walsh2021-09-13
* profiling: higher memory sampling rateValentin Rothberg2021-08-23
* add flag to record memory profilesValentin Rothberg2021-08-20
* command: migrate doesn't move process to cgroupGiuseppe Scrivano2021-07-27
* Drop podman create --storage-opt container flagDaniel J Walsh2021-07-20
* At trace log level, print error text using %+v instead of %vNalin Dahyabhai2021-04-14
* Add support for podman --context defaultDaniel J Walsh2021-04-05
* Add powershell completionsPaul Holzinger2021-03-29
* turn hidden --trace into a NOPValentin Rothberg2021-03-08
* bump go module to v3Valentin Rothberg2021-02-22
* correct startup error messageValentin Rothberg2021-02-16
* Improve error message when the the podman service is not enabledDaniel J Walsh2021-01-09
* Allow users to specify TMPDIR in containers.confDaniel J Walsh2020-12-15
* Drop default log-level from error to warnDaniel J Walsh2020-12-03
* Enable remote shell completion without a running endpointPaul Holzinger2020-11-20
* Remove some more excessive wrapping and stutteringDaniel J Walsh2020-11-17
* Add shell completion with cobraPaul Holzinger2020-11-12
* Switch use of Flags to OptionsDaniel J Walsh2020-10-21
* Fix the "err: cause" order of OCI runtime errorsJordan Christiansen2020-10-09
* podman-remote does not support most of the global flagsDaniel J Walsh2020-10-02
* Refactor version handling in cmd treeJhon Honce2020-09-18
* podman version and --version: fix format, exitEd Santiago2020-09-15
* Refactor API build endpoint to be more compliantJhon Honce2020-09-14
* Merge pull request #7403 from QiWang19/runtime-flagOpenShift Merge Robot2020-09-11
|\
| * Add global options --runtime-flagsQi Wang2020-09-04
* | Don't setup the Image/ContainerEngine when calling a cmd with subcmdsPaul Holzinger2020-09-08
|/
* Fix log level case regressionSascha Grunert2020-08-28
* Add support for --connectionDaniel J Walsh2020-08-19
* podman-remote fixes for msi and clientBrent Baude2020-08-12
* remove --latest for all remote commandsBrent Baude2020-08-10
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* [WIP] Refactor podman system connectionJhon Honce2020-07-22
* abi: set default umask and rlimitsGiuseppe Scrivano2020-07-17
* Merge pull request #6864 from vrothberg/v2-moduleOpenShift Merge Robot2020-07-06
|\
| * move go module to v2Valentin Rothberg2020-07-06
* | Set engine env from common configQi Wang2020-07-03
|/
* Fixes --remote flag issuesJhon Honce2020-06-26