summaryrefslogtreecommitdiff
path: root/libpod/container_api.go
Commit message (Expand)AuthorAge
* Merge pull request #3690 from adrianreber/ignore-static-ipOpenShift Merge Robot2019-08-05
|\
| * restore: added --ignore-static-ip optionAdrian Reber2019-08-02
* | Ensure we generate a 'stopped' event on force-removeMatthew Heon2019-07-31
|/
* move editing of exitCode to runtimePeter Hunt2019-07-23
* Implement conmon execPeter Hunt2019-07-22
* golangci-lint round #3baude2019-07-21
* Merge pull request #3443 from adrianreber/rootfs-changes-migrationOpenShift Merge Robot2019-07-19
|\
| * Add --ignore-rootfs option for checkpoint/restoreAdrian Reber2019-07-11
| * Fix typo in checkpoint/restore related textsAdrian Reber2019-07-11
* | Remove exec PID files after use to prevent memory leaksMatthew Heon2019-07-18
* | golangci-lint pass number 2baude2019-07-11
|/
* 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