summaryrefslogtreecommitdiff
path: root/libpod/runtime_ctr.go
Commit message (Expand)AuthorAge
* Merge pull request #2913 from mheon/get_instead_of_lookupOpenShift Merge Robot2019-04-12
|\
| * Use GetContainer instead of LookupContainer for full IDMatthew Heon2019-04-12
* | Expand debugging for container cleanup errorsMatthew Heon2019-04-11
|/
* Major rework of --volumes-from flagMatthew Heon2019-04-04
* Add handling for new named volumes code in pkg/specMatthew Heon2019-04-04
* Create non-existing named volumes at container createMatthew Heon2019-04-04
* Switch Libpod over to new explicit named volumesMatthew Heon2019-04-04
* rootless: use a single user namespaceGiuseppe Scrivano2019-04-01
* userns: do not use an intermediate mount namespaceGiuseppe Scrivano2019-03-29
* volumes: push the chown logic to runtime_volume_linux.goGiuseppe Scrivano2019-03-29
* Remove ulele/deepcopier in favor of JSON deep copyMatthew Heon2019-03-27
* volume: create new volumes with right ownershipGiuseppe Scrivano2019-03-21
* rootless: change default path for conmon.pidGiuseppe Scrivano2019-03-15
* Add event logging to libpod, even display to podmanbaude2019-03-11
* Only remove image volumes when removing containersMatthew Heon2019-02-26
* Remove locks from volumesMatthew Heon2019-02-21
* OpenTracing support added to start, stop, run, create, pull, and psSebastian Jug2019-02-18
* Fix volume handling in podmanDaniel J Walsh2019-02-14
* Remove container from storage on --forceDaniel J Walsh2019-02-09
* podman-remote import|exportbaude2019-02-05
* podman-remote inspectbaude2019-01-18
* config: store the runtime used to create each containerGiuseppe Scrivano2019-01-14
* Rename libpod.Config back to ContainerConfigMatthew Heon2019-01-07
* Move lock init after tmp dir is populated properlyMatthew Heon2019-01-04
* Convert pods to SHM locksMatthew Heon2019-01-04
* Convert containers to SHM lockingMatthew Heon2019-01-04
* Fixes to handle /dev/shm correctly.Daniel J Walsh2018-12-24
* Switch all referencs to image.ContainerConfig to image.ConfigDaniel J Walsh2018-12-21
* libpod: always store the conmon pid fileGiuseppe Scrivano2018-12-21
* Add "podman volume" commandumohnani82018-12-06
* rm -f now removes a paused containerbaude2018-11-08
* EXPERIMENTAL: Do not call out to runc for syncMatthew Heon2018-11-07
* Allow containers/storage to handle on SELinux labelingDaniel J Walsh2018-10-23
* Fix bug with exited state and container removeMatthew Heon2018-10-02
* Address review comments and fix ps outputMatthew Heon2018-10-02
* Add ContainerStateExited and OCI delete() in cleanup()Matthew Heon2018-10-02
* Add new field to libpod to indicate whether or not to use labellingDaniel J Walsh2018-09-20
* Fixing network ns segfaulthaircommander2018-08-23
* Change pause container to infra containerhaircommander2018-08-23
* Added option to share kernel namespaces in libpod and podmanhaircommander2018-08-23
* removeContainer: fix deadlockValentin Rothberg2018-08-10
* Fix CGroupFS cgroup manager cgroup creation for podsMatthew Heon2018-08-08
* Set namespace for new pods/containers based on runtimeMatthew Heon2018-07-24
* Returning joining namespace error should not be fatalDaniel J Walsh2018-06-29
* Mark containers invalid earlier during removalMatthew Heon2018-06-27
* Remove container from state before cleaning up.Daniel J Walsh2018-06-10
* libpod: Execute poststop hooks locallyW. Trevor King2018-06-04
* Add per-pod CGroupsMatthew Heon2018-05-17
* Use container cleanup() functions when removingMatthew Heon2018-05-17
* Remove parent cgroup we create with cgroupfsMatthew Heon2018-05-11