summaryrefslogtreecommitdiff
path: root/libpod/runtime_ctr.go
Commit message (Expand)AuthorAge
* 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
* First pass at fixing test errorsMatthew Heon2017-11-29
* Add ability to kill and stop containersMatthew Heon2017-11-29
* Add ability to update container status from runcMatthew Heon2017-11-21
* Resolve another segfaultMatthew Heon2017-11-18
* Wire SQL backed state into rest of libpodMatthew Heon2017-11-18
* Enhancements to papr testsbaude2017-11-17
* libpod create and runbaude2017-11-01
* Initial checkin from CRI-O repoMatthew Heon2017-11-01