summaryrefslogtreecommitdiff
path: root/libpod/runtime_ctr.go
Commit message (Expand)AuthorAge
* Enable whitespace linterPaul Holzinger2021-02-11
* Implement SecretsAshley Cui2021-02-09
* Initial implementation of renaming containersMatthew Heon2021-01-14
* Rework pruning to report reclaimed spaceBaron Lenardson2020-12-30
* Ensure we do not double-lock the same volume in createMatthew Heon2020-11-11
* Add support for mounting external containersDaniel J Walsh2020-11-04
* Enable masking stop signals within container creationMatthew Heon2020-10-12
* Store cgroup manager on a per-container basisMatthew Heon2020-10-08
* Lowercase some errorsKir Kolyshkin2020-10-05
* Remove excessive error wrappingKir Kolyshkin2020-10-05
* Merge pull request #7460 from AkihiroSuda/allow-rootless-cniOpenShift Merge Robot2020-09-10
|\
| * rootless: support `podman network create` (CNI-in-slirp4netns)Akihiro Suda2020-09-09
* | Show c/storage (Buildah/CRI-O) containers in psDaniel J Walsh2020-09-09
|/
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Remove all instances of named return "err" from LibpodMatthew Heon2020-07-09
* move go module to v2Valentin Rothberg2020-07-06
* Merge pull request #6747 from giuseppe/fix-user-volumesOpenShift Merge Robot2020-06-30
|\
| * container: move volume chown after spec generationGiuseppe Scrivano2020-06-29
* | podman: add new cgroup mode splitGiuseppe Scrivano2020-06-25
|/
* Set stop signal to 15 when not explicitly setMatthew Heon2020-06-24
* Do not share container log driver for execMatthew Heon2020-06-17
* Turn on More lintersDaniel J Walsh2020-06-15
* Ensure Conmon is alive before waiting for exit fileMatthew Heon2020-06-08
* Enable cleanup processes for detached execMatthew Heon2020-05-20
* Ensure that cleanup runs before we set Removing stateMatthew Heon2020-05-14
* Enable prune integration test. Fixes container prune.Sujil022020-04-30
* podman v2 remove bloat v2Brent Baude2020-04-16
* Ability to prune container in api V2Sujil022020-04-15
* Add support for containers.confDaniel J Walsh2020-03-27
* Implement APIv2 Exec Create and Inspect EndpointsMatthew Heon2020-03-23
* Merge pull request #5088 from mheon/begin_exec_reworkOpenShift Merge Robot2020-03-19
|\
| * Add structure for new exec session tracking to DBMatthew Heon2020-03-18
* | auto updatesValentin Rothberg2020-03-17
|/
* add default network for apiv2 createBrent Baude2020-03-06
* Add validate() for containersMatthew Heon2020-03-02
* Add basic deadlock detection for container start/removeMatthew Heon2020-02-24
* Deprecate & remove IsCtrSpecific in favor of IsAnonMatthew Heon2020-01-29
* Review corrections pass #2Brent Baude2020-01-23
* make lint: enable gocriticValentin Rothberg2020-01-13
* Add the pod name when we use `podman ps -p`Neville Cain2019-12-28
* Merge pull request #4727 from rhatdan/pidnsOpenShift Merge Robot2019-12-20
|\
| * if container is not in a pid namespace, stop all processesDaniel J Walsh2019-12-19
* | Remove volumes after containers in pod removeMatthew Heon2019-12-17
|/
* Add ContainerStateRemovingMatthew Heon2019-11-19
* add libpod/configValentin Rothberg2019-10-31
* Add support for anonymous volumes to `podman run -v`Matthew Heon2019-10-17
* When restoring containers, reset cgroup pathMatthew Heon2019-10-10
* Move OCI runtime implementation behind an interfaceMatthew Heon2019-10-10
* When evicting containers, perform a normal remove firstMatthew Heon2019-10-04
* rm: add containers eviction with `rm --force`Marco Vedovati2019-09-25