summaryrefslogtreecommitdiff
path: root/cmd/podman/root.go
Commit message (Expand)AuthorAge
* podman machine ssh handlingCharlie Doern2022-09-26
* Add support for podman context as alias to podman system connectionDaniel J Walsh2022-09-15
* Add --config for Docker compatibilityDaniel J Walsh2022-09-08
* proper --debug/-D flag supportPaul Holzinger2022-09-07
* Add compatibility support for --debug -D flag from dockerDaniel J Walsh2022-08-15
* podman ssh work, using new c/common interfaceCharlie Doern2022-08-09
* Add --host and -H as equivalent options to --urlDaniel J Walsh2022-07-18
* podman: always call into SetupRootlessGiuseppe Scrivano2022-07-13
* cmd/podman: switch to golang native error wrappingSascha Grunert2022-06-30
* Fix runtime check during restoreZeyad Yasser2022-06-28
* Remove TODO re: storage-driverJhon Honce2022-05-24
* enable errcheck linterPaul Holzinger2022-04-29
* Add support for passing --volumepathDaniel J Walsh2022-04-23
* fix a number of errcheck issuesValentin Rothberg2022-03-22
* 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