summaryrefslogtreecommitdiff
path: root/libpod/runtime_ctr.go
Commit message (Expand)AuthorAge
* Ensure we generate a 'stopped' event on force-removeMatthew Heon2019-07-31
* golangci-lint round #3baude2019-07-21
* Fix a bug where ctrs could not be removed from podsMatthew Heon2019-07-11
* runtime: drop spurious message logGiuseppe Scrivano2019-07-10
* Merge pull request #3497 from QazerLab/bugfix/systemd-generate-pidfileOpenShift Merge Robot2019-07-08
|\
| * Use default conmon pidfile location for root containers.Danila Kiver2019-07-04
* | Merge pull request #3425 from adrianreber/restore-mount-labelOpenShift Merge Robot2019-07-08
|\ \
| * | Track if a container is restored from an exported checkpointAdrian Reber2019-06-25
* | | code cleanupbaude2019-07-08
| |/ |/|
* | Ensure locks are freed when ctr/pod creation failsMatthew Heon2019-07-02
* | libpod removal from main (phase 2)baude2019-06-27
* | stats: fix cgroup path for rootless containersGiuseppe Scrivano2019-06-26
* | remove libpod from mainbaude2019-06-25
|/
* Properly initialize container OCI runtimeMatthew Heon2019-06-20
* Begin adding support for multiple OCI runtimesMatthew Heon2019-06-19
* Add --storage flag to 'podman rm' (local only)Matthew Heon2019-06-13
* migration: add possibility to restore a container with a new nameAdrian Reber2019-06-04
* Added support to migrate containersAdrian Reber2019-06-03
* Merge pull request #2709 from haircommander/journaldOpenShift Merge Robot2019-05-29
|\
| * Address commentsPeter Hunt2019-05-28
| * Added --log-driver and journald loggingPeter Hunt2019-05-28
* | Revert "rootless: change default path for conmon.pid"Giuseppe Scrivano2019-05-25
|/
* Use standard remove functions for removing pod ctrsMatthew Heon2019-05-10
* 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