summaryrefslogtreecommitdiff
path: root/pkg/domain/infra/abi/containers.go
Commit message (Expand)AuthorAge
* 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
* new endpoint: /libpod/containers/statsValentin Rothberg2020-09-24
* stats refactorValentin Rothberg2020-09-23
* Fix podman ps -lDaniel J Walsh2020-09-09
* podman stop: do not cleanup for auto-removalValentin Rothberg2020-09-08
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* log API: add context to allow for cancellingValentin Rothberg2020-07-09
* move go module to v2Valentin Rothberg2020-07-06
* Fix `system service` panic from early hangup in eventsMatthew Heon2020-07-02
* Allow recursive dependency start with Init()Matthew Heon2020-06-18
* Merge pull request #6636 from mheon/add_warningsOpenShift Merge Robot2020-06-17
|\
| * Re-add resource limit warnings to SpecgenMatthew Heon2020-06-16
* | Fix podman inspect on overlapping/missing objectsMatthew Heon2020-06-16
|/
* Turn on More lintersDaniel J Walsh2020-06-15
* Fix Id->ID where possible for lintDaniel J Walsh2020-06-10
* Fixup issues found by golintDaniel J Walsh2020-06-10
* Add parallel operation to `podman stop`Matthew Heon2020-06-05
* Add parallel execution code for container operationsMatthew Heon2020-06-05
* When stopping containers locally, ensure cleanup runsMatthew Heon2020-06-03
* Merge pull request #6473 from mheon/fix_inspect_segfaultOpenShift Merge Robot2020-06-03
|\
| * Fix a segfault in `podman inspect -l` w/ no containersMatthew Heon2020-06-02
* | Enable detached exec for remoteMatthew Heon2020-06-02
|/
* container stats: fix --no-stream raceValentin Rothberg2020-05-27
* Enable cleanup processes for detached execMatthew Heon2020-05-20
* Add ability to clean up exec sessions with cleanupMatthew Heon2020-05-20
* Add CLI frontend for detached execMatthew Heon2020-05-20
* Fix checkpoint --leave-runningAdrian Reber2020-05-14