summaryrefslogtreecommitdiff
path: root/libpod/runtime_ctr.go
Commit message (Expand)AuthorAge
* 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
* Add validation for CGroup parents. Pass CGroups path into runcMatthew Heon2018-05-11
* podman, userNS: configure an intermediate mount namespaceGiuseppe Scrivano2018-05-04
* Vendor in latest containers/image and contaners/storageumohnani82018-04-19
* Error is already wrapped properly.Daniel J Walsh2018-03-29
* Check for duplicate names when generating new container and pod names.Daniel J Walsh2018-03-29
* Handle removing containers with active exec sessionsMatthew Heon2018-03-01
* Add implementation for BoltDB-backed stateMatthew Heon2018-02-12
* Rework state tests to avoid boilerplate. Begin adding pod tests.Matthew Heon2018-02-09
* Add pod removal codeMatthew Heon2018-02-09
* Allow users to specify logpathDaniel J Walsh2018-02-03
* Address review commentsMatthew Heon2018-01-17
* Change handling for pods in libpod stateMatthew Heon2018-01-17
* Prevent containers with dependencies from being removedMatthew Heon2018-01-16
* Add latest to waitbaude2018-01-08