| Commit message (Expand) | Author | Age |
* | container inspect: improve error handling | Valentin Rothberg | 2021-09-08 |
* | podman stop always cleanup | Paul Holzinger | 2021-09-01 |
* | InfraContainer Rework | cdoern | 2021-08-26 |
* | Fix podman unpause,pause,kill --all to work like podman stop --all | Daniel J Walsh | 2021-08-04 |
* | Merge pull request #11003 from pascomnet/f_stats | openshift-ci[bot] | 2021-08-04 |
|\ |
|
| * | stats: add a interval parameter to cli and api stream mode | Thomas Weber | 2021-07-27 |
* | | Support checkpoint/restore with pods | Adrian Reber | 2021-07-27 |
* | | exec: fix cleanup | Valentin Rothberg | 2021-07-27 |
* | | Implemented --until flag for libpod's container logs | cdoern | 2021-07-22 |
|/ |
|
* | podman start: remove containers configured for auto removal | Valentin Rothberg | 2021-07-16 |
* | podman diff accept two images or containers | Paul Holzinger | 2021-07-02 |
* | reset: remove external containers on podman system reset | flouthoc | 2021-06-30 |
* | Merge pull request #10595 from boaz0/closes_10539 | OpenShift Merge Robot | 2021-06-15 |
|\ |
|
| * | Restart all containers with restart-policy=always on boot | Boaz Shuster | 2021-06-13 |
* | | Always spawn a cleanup process with exec | Matthew Heon | 2021-06-10 |
|/ |
|
* | Add parameter to specify checkpoint archive compression | Adrian Reber | 2021-06-07 |
* | Drop container does not exist on removal to debugf | Daniel J Walsh | 2021-05-21 |
* | Add restart-policy to container filters & --filter to podman start | Boaz Shuster | 2021-05-06 |
* | migrate Podman to containers/common/libimage | Valentin Rothberg | 2021-05-05 |
* | Add --all to podman start | Boaz Shuster | 2021-05-03 |
* | Merge pull request #9754 from mheon/add_dep | OpenShift Merge Robot | 2021-04-06 |
|\ |
|
| * | Add --requires flag to podman run/create | Matthew Heon | 2021-04-06 |
* | | Containers prune endpoint should use only prune filters | Jakub Guzik | 2021-03-30 |
|/ |
|
* | Removing a non existing container API should return 404 | Daniel J Walsh | 2021-03-10 |
* | container removal: handle already removed containers | Valentin Rothberg | 2021-02-23 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | podman kill should report rawInput not container id | Daniel J Walsh | 2021-02-16 |
* | When stopping a container, print rawInput | Daniel J Walsh | 2021-02-16 |
* | Improve ContainerEngine.ContainerWait() | Matej Vasek | 2021-02-03 |
* | Improve container libpod.Wait*() functions | Matej Vasek | 2021-02-03 |
* | Switch podman stop/kill/wait handlers to use abi | Daniel J Walsh | 2021-01-29 |
* | Fix handling of container remove | Daniel J Walsh | 2021-01-20 |
* | Initial implementation of renaming containers | Matthew Heon | 2021-01-14 |
* | Merge pull request #8947 from Luap99/cleanup-code | OpenShift Merge Robot | 2021-01-12 |
|\ |
|
| * | Fix problems reported by staticcheck | Paul Holzinger | 2021-01-12 |
* | | add pre checkpoint | unknown | 2021-01-10 |
|/ |
|
* | Include named volumes in container migration | Radostin Stoyanov | 2021-01-07 |
* | Use Options as CRImportCheckpoint() argument | Radostin Stoyanov | 2021-01-07 |
* | Rework pruning to report reclaimed space | Baron Lenardson | 2020-12-30 |
* | Consolidate filter logic to pkg subdirectory | Baron Lenardson | 2020-12-24 |
* | add --cidfile to container kill | baude | 2020-12-23 |
* | podman logs honor stderr correctly | Paul Holzinger | 2020-12-10 |
* | Allow containers to --restart on-failure with --rm | Daniel J Walsh | 2020-11-20 |
* | Align the podman ps --filter behavior with docker | Paul Holzinger | 2020-11-18 |
* | Add support for mounting external containers | Daniel J Walsh | 2020-11-04 |
* | The cidfile should be created when the container is created | Daniel J Walsh | 2020-10-26 |
* | Add support for external container | Daniel J Walsh | 2020-10-15 |
* | fix podman container exists and diff for storage containers | Daniel J Walsh | 2020-10-15 |
* | Merge pull request #7955 from ParkerVR/7751-alt | OpenShift Merge Robot | 2020-10-13 |
|\ |
|
| * | newlines on all container detaches | Parker Van Roy | 2020-10-07 |