summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAge
* Add format descriptors infor to podman topDaniel J Walsh2018-07-23
* Fix error handling in pod start/stop.haircommander2018-07-23
* Merge pull request #1117 from haircommander/pod-start-stop1Matthew Heon2018-07-20
|\
| * Added pod start and stophaircommander2018-07-20
* | Merge pull request #1120 from haircommander/pod-ps-status-hotfixMatthew Heon2018-07-20
|\ \
| * | Pod ps now uses pod.Status()haircommander2018-07-20
| |/
* | Merge pull request #1103 from haircommander/load_dockerlessMatthew Heon2018-07-20
|\ \
| * | Podman load/tag/save prepend localhost when no repository is presenthaircommander2018-07-20
| |/
* | Merge pull request #1104 from rhatdan/mountingMatthew Heon2018-07-20
|\ \
| * | Let containers/storage keep track of mountsDaniel J Walsh2018-07-19
* | | rootless: allow a per-user storage.conf fileGiuseppe Scrivano2018-07-20
| |/ |/|
* | podman-top: use containers/psgoValentin Rothberg2018-07-19
|/
* Fix ps filter with key=value labelsJoshua Roys2018-07-16
* Change logic for detecting conflicting flags in psMatthew Heon2018-07-13
* Only print container size JSON if --size was requestedMatthew Heon2018-07-13
* Don't print rootfs and rw sizes if they're emptyMatthew Heon2018-07-13
* Major fixes to podman ps --format=json outputMatthew Heon2018-07-13
* Ignore running containers in ps exit-code filtersMatthew Heon2018-07-13
* Record whether the container has exitedMatthew Heon2018-07-13
* Merge pull request #1075 from giuseppe/rootless-no-symlinks-into-storage-pathDaniel J Walsh2018-07-13
|\
| * rootless: correctly propagate the exit status from the containerGiuseppe Scrivano2018-07-13
| * rootless: propagate errors from GetRootlessRuntimeDir()Giuseppe Scrivano2018-07-11
| * rootless: resolve the user home directoryGiuseppe Scrivano2018-07-11
* | Merge pull request #1065 from haircommander/pod-start-create-rmDaniel J Walsh2018-07-13
|\ \
| * | Added full podman pod ps, with tests and man pagehaircommander2018-07-13
| * | Podman pod create/rm commands with man page and tests.haircommander2018-07-13
* | | Need to wait for container to exit before completing run/start completesDaniel J Walsh2018-07-13
* | | If proxy fails then then signal should be sent to the main processDaniel J Walsh2018-07-13
|/ /
* | Log all output of logrus to syslog as well as stdout/stderrDaniel J Walsh2018-07-12
* | podman rmi should only untag image if parent of anotherumohnani82018-07-12
* | Changed container status of Unknown from being printed as Dead to Error in Pshaircommander2018-07-12
* | podman/libpod: add default AppArmor profileValentin Rothberg2018-07-11
|/
* Add --volumes-from flag to podman run and createumohnani82018-07-09
* Podman stats with no containers listed is the same as podman stats --allhaircommander2018-07-07
* remove buildah requirement for the libpod image librarybaude2018-07-06
* Refactor podman/utils with a single container start and attach functionMarco Vedovati2018-07-06
* Allow multiple mountsTomSweeneyRedHat2018-07-03
* Add `podman container cleanup` to CLIDaniel J Walsh2018-06-29
* Allow multiple containers and all for umountTomSweeneyRedHat2018-06-29
* Merge pull request #1020 from giuseppe/resize-fix-loopDaniel J Walsh2018-06-28
|\
| * utils: fix endless write of resize eventGiuseppe Scrivano2018-06-28
* | Remove the --registry flag from podman searchumohnani82018-06-28
* | Start prints UUID or container name that user inputs on successhaircommander2018-06-28
|/
* cmd/podman/utils.go: Cancel-able resize writesW. Trevor King2018-06-28
* Fix podman hangs when detecting startup error in container attached modeMarco Vedovati2018-06-28
* podman-build --help: update descriptionValentin Rothberg2018-06-28
* runtime: change rootless data storage default pathGiuseppe Scrivano2018-06-27
* rootless: add management for the userNSGiuseppe Scrivano2018-06-27
* Add --authfile to podman searchumohnani82018-06-27
* Containers can dissappearDaniel J Walsh2018-06-26