summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAge
* Hooks supports two directories, process default and overrideDaniel J Walsh2018-09-17
* Merge pull request #1472 from giuseppe/rootless-fix-entrypointMatthew Heon2018-09-14
|\
| * rootless: do not raise an error if the entrypoint is specifiedGiuseppe Scrivano2018-09-14
* | Merge pull request #1461 from rhatdan/runMatthew Heon2018-09-14
|\ \
| * | Remove duplicate code between create.go and run.goDaniel J Walsh2018-09-13
| |/
* | Merge pull request #1434 from rhatdan/waitMatthew Heon2018-09-14
|\ \
| * | Add --interval flag to podman waitDaniel J Walsh2018-09-13
| |/
* | Do not set rlimits if we are rootlessMatthew Heon2018-09-13
* | Up default Podman rlimits to avoid max open filesMatthew Heon2018-09-13
* | Search registries with an empty queryUrvashi Mohnani2018-09-13
|/
* Add `podman rm --volumes` flagDaniel J Walsh2018-09-13
* Pass on securityOpts from podInfraContainer to container added to pod.Daniel J Walsh2018-09-11
* Fix displaying size on size calculation errorSteve Baker2018-09-07
* Fix pod sharing for utsmodeDaniel J Walsh2018-09-07
* use layer cache when building imagesbaude2018-09-07
* Fix nameing of Namespaces to be more consistentDaniel J Walsh2018-09-06
* Fix up libpod.conf man pages and referencese to it.Daniel J Walsh2018-09-06
* We should fail Podman with ExitCode 125 by defaultDaniel J Walsh2018-09-05
* Add CRI logs parsing to podman logsumohnani82018-09-05
* rmi remove all not error when no images are presentbaude2018-09-05
* rootless: check uid with Geteuid() instead of Getuid()Giuseppe Scrivano2018-09-04
* rootless, create: support --podGiuseppe Scrivano2018-09-04
* rootless, run: support --podGiuseppe Scrivano2018-09-04
* rootless: be in an userns to initialize the runtimeGiuseppe Scrivano2018-09-04
* commandNotFoundHandler: use stderr and exit code 1Valentin Rothberg2018-09-01
* Add proper support for systemd inside of podmanDaniel J Walsh2018-08-31
* pod create: restore help flagValentin Rothberg2018-08-31
* catch command-not-found errorsValentin Rothberg2018-08-31
* don't print help message for usage errorsValentin Rothberg2018-08-31
* varlink: fix --timeout usageGiuseppe Scrivano2018-08-30
* run/create: reserve `-h` flag for hostnameValentin Rothberg2018-08-30
* podman,varlink: inform user about --timeout 0Tomas Tomecek2018-08-30
* rootless: show an error when stats is usedGiuseppe Scrivano2018-08-29
* rootless: show an error when pause/unpause are usedGiuseppe Scrivano2018-08-29
* rootless, exec: use the new function to join the usernsGiuseppe Scrivano2018-08-29
* rootless: fix topGiuseppe Scrivano2018-08-29
* Vendor in latest projectatomic/buildahDaniel J Walsh2018-08-29
* allow specification of entrypoint in the form of a sliceDaniel J Walsh2018-08-28
* rootless, search: do not create a new usernsGiuseppe Scrivano2018-08-28
* rootless, login, logout: do not create a new usernsGiuseppe Scrivano2018-08-28
* rootless, kill: do not create a new usernsGiuseppe Scrivano2018-08-28
* rootless, stop: do not create a new usernsGiuseppe Scrivano2018-08-28
* Ensure return errors match API docsbaude2018-08-28
* Fix handling of multiple filters in podman psMatthew Heon2018-08-27
* rootless: fix execGiuseppe Scrivano2018-08-26
* Fixed formatting and lowered verbosity of pod pshaircommander2018-08-24
* Do not try to enable AppArmor in rootless modeMarco Vedovati2018-08-24
* Fixing network ns segfaulthaircommander2018-08-23
* Change pause container to infra containerhaircommander2018-08-23
* Support pause containers in varlinkhaircommander2018-08-23