aboutsummaryrefslogtreecommitdiff
path: root/libpod/container_api.go
Commit message (Expand)AuthorAge
* Merge pull request #3324 from marcov/detach-keys-configurableOpenShift Merge Robot2019-07-01
|\
| * libpod: fix hang on container start and attachMarco Vedovati2019-06-26
* | libpod removal from main (phase 2)baude2019-06-27
|/
* remove libpod from mainbaude2019-06-25
* Fix a segfault in 'podman ps --sync'Matthew Heon2019-06-24
* Begin adding support for multiple OCI runtimesMatthew Heon2019-06-19
* stop/kill: inproper state errors: s/in state/is in state/Valentin Rothberg2019-06-17
* kill: print ID and state for non-running containersValentin Rothberg2019-06-17
* If container is not in correct state podman exec should exit with 126Daniel J Walsh2019-06-12
* Merge pull request #3180 from mheon/inspect_volumesOpenShift Merge Robot2019-06-08
|\
| * Begin to break up pkg/inspectMatthew Heon2019-06-03
* | migration: add possibility to restore a container with a new nameAdrian Reber2019-06-04
* | Added support to migrate containersAdrian Reber2019-06-03
* | Added helper functions for container migrationAdrian Reber2019-06-03
|/
* container: move channel close to its writerGiuseppe Scrivano2019-05-20
* Ensure that start() in StartAndAttach() is lockedMatthew Heon2019-05-14
* Address review comments on restart policyMatthew Heon2019-05-03
* Move to using constants for valid restart policy typesMatthew Heon2019-05-03
* Add support for retry count with --restart flagMatthew Heon2019-05-03
* Sending signals to containers prevents restart policyMatthew Heon2019-05-03
* Add container restart policy to Libpod & PodmanMatthew Heon2019-05-03
* Add basic structure of podman init commandMatthew Heon2019-05-01
* 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
|/