summaryrefslogtreecommitdiff
path: root/libpod/runtime_ctr.go
Commit message (Expand)AuthorAge
...
* 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
* Shortcut for most recent containerbaude2018-01-08
* Clean up network namespaces on container removalMatthew Heon2018-01-08
* podman create/run need to load information from the imageDaniel J Walsh2018-01-03
* Plumb through the --stop-timeout signal handlingDaniel J Walsh2017-12-20
* kpod statsbaude2017-12-13
* Remove SQL state locking and rely on sqlite lockingMatthew Heon2017-12-04
* Move containers to file locks from c/storageMatthew Heon2017-12-04
* Add NetMode, UTSMode and IPCModeDaniel J Walsh2017-12-02
* Add randomly generates container namesMatthew Heon2017-11-30
* Fix error in runtime_ctrMatthew Heon2017-11-29
* Ensure that we can't remove paused containersMatthew Heon2017-11-29
* Fix rmi -f removing containers from storage without telling libpodMatthew Heon2017-11-29
* Fix removing running containersMatthew Heon2017-11-29