summaryrefslogtreecommitdiff
path: root/libpod/container_api.go
Commit message (Expand)AuthorAge
* Implement podman-remote rmJhon Honce2019-04-09
* Remove wait eventMatthew Heon2019-03-29
* Merge pull request #2621 from mheon/event_on_deathOpenShift Merge Robot2019-03-13
|\
| * Add event on container deathMatthew Heon2019-03-13
* | Vendor docker/docker, fsouza and more #2TomSweeneyRedHat2019-03-13
|/
* Add event logging to libpod, even display to podmanbaude2019-03-11
* exec: support --preserve-fdsGiuseppe Scrivano2019-03-02
* Allow Exec API user to override streamsPeter Hunt2019-02-28
* OpenTracing support added to start, stop, run, create, pull, and psSebastian Jug2019-02-18
* pod infra container is started before a container in a pod is run, started, o...Peter Hunt2019-02-15
* Add darwin support for remote-clientbaude2019-01-11
* Add a --workdir option to 'podman exec'Debarshi Ray2019-01-08
* Add locking to Sync() on containersMatthew Heon2018-12-06
* Add --sync option to podman rmMatthew Heon2018-12-06
* Fix golang formatting issuesbaude2018-11-28
* Merge pull request #1848 from adrianreber/masterOpenShift Merge Robot2018-11-28
|\
| * Added tcp-established to checkpoint/restoreAdrian Reber2018-11-28
| * Use also a struct to pass options to Restore()Adrian Reber2018-11-28
* | exec: don't wait for pidfile when the runtime exitedGiuseppe Scrivano2018-11-27
|/
* Added option to keep containers running after checkpointingAdrian Reber2018-11-20
* Use a struct to pass options to Checkpoint()Adrian Reber2018-11-20
* Increase pidWaitTimeout to 60sEmilien Macchi2018-11-15
* Merge pull request #1771 from baude/prepareOpenShift Merge Robot2018-11-07
|\
| * move defer'd function declaration ahead of prepare error returnbaude2018-11-07
* | EXPERIMENTAL: Do not call out to runc for syncMatthew Heon2018-11-07
|/
* Merge pull request #1715 from baude/getusergroupOpenShift Merge Robot2018-10-30
|\
| * get user and group information using securejoin and runc's user librarybaude2018-10-29
* | unmount: fix error logicValentin Rothberg2018-10-29
|/
* Make podman ps fastbaude2018-10-23
* Add support to checkpoint/restore containersAdrian Reber2018-10-03
* Add ContainerStateExited and OCI delete() in cleanup()Matthew Heon2018-10-02
* Refactor Wait() to not require a timeoutMatthew Heon2018-09-21
* Increase pidWaitTimeout to 1000msEmilien Macchi2018-09-18
* Add --interval flag to podman waitDaniel J Walsh2018-09-13
* Up time between checks for podman waitMatthew Heon2018-08-31
* rootless: exec handle processes that create an user namespaceGiuseppe Scrivano2018-08-26
* Properly translate users into runc format for execMatthew Heon2018-08-23
* switch projectatomic to containersDaniel J Walsh2018-08-16
* We need to sort mounts so that one mount does not over mount another.Daniel J Walsh2018-08-10
* Add --force to podman umount to force the unmounting of the rootfsDaniel J Walsh2018-08-01
* Added pod.Restart() functionality to libpod.haircommander2018-07-25
* Let containers/storage keep track of mountsDaniel J Walsh2018-07-19
* Allow Init() on stopped containersMatthew Heon2018-07-09
* Make CGroups cleanup optional on whether they existMatthew Heon2018-06-22
* Add Refresh() to ctrs to refresh state after db changeMatthew Heon2018-06-22
* We are using err in defer function, needs to be defined nameDaniel J Walsh2018-06-22
* libpod: fix race with attach/startGiuseppe Scrivano2018-06-20
* Optionally init() during container restartMatthew Heon2018-05-04
* varlink containersbaude2018-05-03
* Vendor in latest containers/image and contaners/storageumohnani82018-04-19