summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAge
* Add pod pause/unpausehaircommander2018-07-27
* Refactored method of getting podshaircommander2018-07-27
* Cleanup descriptions and help informationDaniel J Walsh2018-07-27
* Skip seccomp-dependent tests on non-LinuxMiloslav Trmač2018-07-26
* Remove cmd/podman/user.goMiloslav Trmač2018-07-26
* Add pod killhaircommander2018-07-25
* Added pod restarthaircommander2018-07-25
* Merge pull request #1116 from mheon/namespacesDaniel J Walsh2018-07-25
|\
| * Address first round of review commentsMatthew Heon2018-07-24
| * Add --namespace flag to PodmanMatthew Heon2018-07-24
* | podman: allow to specify the IPC namespace to joinGiuseppe Scrivano2018-07-24
* | podman: allow to specify the UTS namespace to joinGiuseppe Scrivano2018-07-24
* | podman: allow to specify the PID namespace to joinGiuseppe Scrivano2018-07-24
* | podman: allow to specify the userns to joinGiuseppe Scrivano2018-07-24
|/
* We don't currently support --mac-addressDaniel J Walsh2018-07-24
* Update container Mounted() and Mountpoint() functionsMatthew Heon2018-07-24
* AppArmor: runtime check if it's enabled on the hostValentin Rothberg2018-07-23
* 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