summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Added created time to pod statehaircommander2018-07-12
* Support multiple networksbaude2018-07-12
* 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
* Fix podman build completionsDaniel J Walsh2018-07-12
* Refactor attach()/start() after podman changesJhon Honce2018-07-12
* create conmon sockets when getting their pathsbaude2018-07-11
* build: enable ostree in containers/storage when availableGiuseppe Scrivano2018-07-11
* podman/libpod: add default AppArmor profileValentin Rothberg2018-07-11
* rootless: fix when argv[0] is not an absolute pathGiuseppe Scrivano2018-07-10
* Allow Init() on stopped containersMatthew Heon2018-07-09
* urfave/cli: fix regression in short-opts parsingValentin Rothberg2018-07-09
* Add --volumes-from flag to podman run and createumohnani82018-07-09
* Vendor in latest buildah to add masks for /proc/keys and /proc/acpiDaniel J Walsh2018-07-09
* Vendor in latest containers/storageDaniel J Walsh2018-07-08
* Mask /proc/keys to protect information leak about keys on hostDaniel J Walsh2018-07-08
* ctime: Drop 32-/64-bit distinction on LinuxW. Trevor King2018-07-07
* Podman stats with no containers listed is the same as podman stats --allhaircommander2018-07-07
* Refactor unittest for change in history APIJhon Honce2018-07-06
* Merge pull request #1059 from mheon/bump-0.7.1Matthew Heon2018-07-06
|\
| * Bump gitvalidation epochMatthew Heon2018-07-06
| * Bump to v0.7.2-devMatthew Heon2018-07-06
| * Bump to v0.7.1v0.7.1Matthew Heon2018-07-06
|/
* pkg/ctime: Factor libpod/finished* into a separate packageW. Trevor King2018-07-06
* Block use of /proc/acpi from inside containersDaniel J Walsh2018-07-06
* remove buildah requirement for the libpod image librarybaude2018-07-06
* contrib/python/test/test_tunnel: Fix -nNT -> -nNTqW. Trevor King2018-07-06
* Refactor podman/utils with a single container start and attach functionMarco Vedovati2018-07-06
* Remove now-unneeded cleanupCgroup() for unsupported OSMatthew Heon2018-07-06
* Remove per-container CGroup parentsMatthew Heon2018-07-06
* Fix nits and GOPATH in tutorialTomSweeneyRedHat2018-07-06
* spec: Make addPrivilegedDevices and createBlockIO per-platformW. Trevor King2018-07-06
* libpod/runtime_pod: Make removePod per-platformW. Trevor King2018-07-06
* libpod/networking_unsupported: Remove JoinNetworkNameSpaceW. Trevor King2018-07-06
* .travis: Run gofmt and lint on OS XW. Trevor King2018-07-06
* rootless: Merge rootless.go back into rootless_linux.goW. Trevor King2018-07-06
* Makefile: Use a pattern rule for cross-compilationW. Trevor King2018-07-06
* more changes to compile darwinbaude2018-07-05
* Fix timeout issue with built-in volume testumohnani82018-07-05
* rootless: add /run/user/$UID to the lookup pathsGiuseppe Scrivano2018-07-05
* rootless: add function to retrieve the original UIDGiuseppe Scrivano2018-07-05
* rootless: always set XDG_RUNTIME_DIRGiuseppe Scrivano2018-07-05
* rootless: set XDG_RUNTIME_DIR also for state and execGiuseppe Scrivano2018-07-05
* libpod/container: Replace containerState* with containerPlatformStateW. Trevor King2018-07-05
* urfave/cli: fix parsing of short optsValentin Rothberg2018-07-05
* docs: Follow man-pages(7) suggestions for SYNOPSISW. Trevor King2018-07-04
* Allow multiple mountsTomSweeneyRedHat2018-07-03