summaryrefslogtreecommitdiff
path: root/pkg/domain/infra/abi/containers.go
Commit message (Expand)AuthorAge
* Support checkpoint/restore with podsAdrian Reber2021-07-27
* exec: fix cleanupValentin Rothberg2021-07-27
* Implemented --until flag for libpod's container logscdoern2021-07-22
* podman start: remove containers configured for auto removalValentin Rothberg2021-07-16
* podman diff accept two images or containersPaul Holzinger2021-07-02
* reset: remove external containers on podman system resetflouthoc2021-06-30
* Merge pull request #10595 from boaz0/closes_10539OpenShift Merge Robot2021-06-15
|\
| * Restart all containers with restart-policy=always on bootBoaz Shuster2021-06-13
* | Always spawn a cleanup process with execMatthew Heon2021-06-10
|/
* Add parameter to specify checkpoint archive compressionAdrian Reber2021-06-07
* Drop container does not exist on removal to debugfDaniel J Walsh2021-05-21
* Add restart-policy to container filters & --filter to podman startBoaz Shuster2021-05-06
* migrate Podman to containers/common/libimageValentin Rothberg2021-05-05
* Add --all to podman startBoaz Shuster2021-05-03
* Merge pull request #9754 from mheon/add_depOpenShift Merge Robot2021-04-06
|\
| * Add --requires flag to podman run/createMatthew Heon2021-04-06
* | Containers prune endpoint should use only prune filtersJakub Guzik2021-03-30
|/
* Removing a non existing container API should return 404Daniel J Walsh2021-03-10
* container removal: handle already removed containersValentin Rothberg2021-02-23
* bump go module to v3Valentin Rothberg2021-02-22
* podman kill should report rawInput not container idDaniel J Walsh2021-02-16
* When stopping a container, print rawInputDaniel J Walsh2021-02-16
* Improve ContainerEngine.ContainerWait()Matej Vasek2021-02-03
* Improve container libpod.Wait*() functionsMatej Vasek2021-02-03
* Switch podman stop/kill/wait handlers to use abiDaniel J Walsh2021-01-29
* Fix handling of container removeDaniel J Walsh2021-01-20
* Initial implementation of renaming containersMatthew Heon2021-01-14
* Merge pull request #8947 from Luap99/cleanup-codeOpenShift Merge Robot2021-01-12
|\
| * Fix problems reported by staticcheckPaul Holzinger2021-01-12
* | add pre checkpointunknown2021-01-10
|/
* Include named volumes in container migrationRadostin Stoyanov2021-01-07
* Use Options as CRImportCheckpoint() argumentRadostin Stoyanov2021-01-07
* Rework pruning to report reclaimed spaceBaron Lenardson2020-12-30
* Consolidate filter logic to pkg subdirectoryBaron Lenardson2020-12-24
* add --cidfile to container killbaude2020-12-23
* podman logs honor stderr correctlyPaul Holzinger2020-12-10
* Allow containers to --restart on-failure with --rmDaniel J Walsh2020-11-20
* Align the podman ps --filter behavior with dockerPaul Holzinger2020-11-18
* Add support for mounting external containersDaniel J Walsh2020-11-04
* The cidfile should be created when the container is createdDaniel J Walsh2020-10-26
* Add support for external containerDaniel J Walsh2020-10-15
* fix podman container exists and diff for storage containersDaniel J Walsh2020-10-15
* Merge pull request #7955 from ParkerVR/7751-altOpenShift Merge Robot2020-10-13
|\
| * newlines on all container detachesParker Van Roy2020-10-07
* | Merge pull request #7891 from rhatdan/rmOpenShift Merge Robot2020-10-09
|\ \
| * | This PR allows users to remove external containers directlyDaniel J Walsh2020-10-09
| |/
* / Move pod jobs to parallel executionMatthew Heon2020-10-07
|/
* Lowercase some errorsKir Kolyshkin2020-10-05
* Remove excessive error wrappingKir Kolyshkin2020-10-05
* stats: break out CLI optionsValentin Rothberg2020-09-24