summaryrefslogtreecommitdiff
path: root/libpod/container_internal.go
Commit message (Expand)AuthorAge
* Unmounting a container that is already unmounted is OKMatthew Heon2019-09-16
* Report errors when trying to pause rootless containersDaniel J Walsh2019-09-13
* clean up after healthcheck execsbaude2019-09-12
* Merge pull request #3581 from mheon/no_cgroupsOpenShift Merge Robot2019-09-11
|\
| * Add support for launching containers without CGroupsMatthew Heon2019-09-10
* | When first mounting any named volume, copy upMatthew Heon2019-09-09
|/
* Correctly report errors on unmounting SHMMatthew Heon2019-09-05
* Add ability for volumes with options to mount/umountMatthew Heon2019-09-05
* generate systemd: support pods and geneartig filesValentin Rothberg2019-08-21
* container stop: kill conmonValentin Rothberg2019-08-05
* Ensure we generate a 'stopped' event on force-removeMatthew Heon2019-07-31
* podman: fix memleak caused by renaming and not deletingMatthew Heon2019-07-31
* Merge pull request #3233 from wking/fatal-requested-hook-directory-does-not-e...OpenShift Merge Robot2019-07-29
|\
| * libpod/container_internal: Make all errors loading explicitly configured hook...W. Trevor King2019-05-29
* | Implement conmon execPeter Hunt2019-07-22
* | golangci-lint round #3baude2019-07-21
* | golangci-lint pass number 2baude2019-07-11
* | Merge pull request #3425 from adrianreber/restore-mount-labelOpenShift Merge Robot2019-07-08
|\ \
| * | Provide correct SELinux mount-label for restored containerAdrian Reber2019-06-25
* | | code cleanupbaude2019-07-08
* | | Merge pull request #3472 from haircommander/generate-volumesOpenShift Merge Robot2019-07-04
|\ \ \
| * | | Improve parsing of mountsPeter Hunt2019-07-02
* | | | trivial cleanups from golangbaude2019-07-03
* | | | Wipe PID and ConmonPID in state after container stopsMatthew Heon2019-07-02
* | | | Store Conmon's PID in our state and display in inspectMatthew Heon2019-07-02
|/ / /
* | | libpod removal from main (phase 2)baude2019-06-27
* | | libpod: use pkg/cgroups instead of containerd/cgroupsGiuseppe Scrivano2019-06-26
* | | remove libpod from mainbaude2019-06-25
|/ /
* | Add additional debugging when refreshing locksMatthew Heon2019-06-21
* | Begin adding support for multiple OCI runtimesMatthew Heon2019-06-19
* | When you change the storage driver we ignore the storage-optionsDaniel J Walsh2019-06-08
* | Added support to migrate containersAdrian Reber2019-06-03
* | Added helper functions for container migrationAdrian Reber2019-06-03
|/
* libpod: prefer WaitForFile to pollingGiuseppe Scrivano2019-05-21
* Use standard remove functions for removing pod ctrsMatthew Heon2019-05-10
* When refreshing after a reboot, force lock allocationMatthew Heon2019-05-06
* Small code fixMatthew Heon2019-05-03
* Address review comments on restart policyMatthew Heon2019-05-03
* Add a restart event, and make one during restart policyMatthew Heon2019-05-03
* Restart policy should not run if a container is runningMatthew Heon2019-05-03
* Move to using constants for valid restart policy typesMatthew Heon2019-05-03
* Add support for retry count with --restart flagMatthew Heon2019-05-03
* Add container restart policy to Libpod & PodmanMatthew Heon2019-05-03
* Add a StoppedByUser field to the DBMatthew Heon2019-05-03
* Merge pull request #3039 from mheon/podman_initOpenShift Merge Robot2019-05-02
|\
| * Add basic structure of podman init commandMatthew Heon2019-05-01
* | container: drop rootless checkGiuseppe Scrivano2019-05-01
|/
* Merge pull request #2501 from mtrmac/fixed-hook-orderOpenShift Merge Robot2019-04-14
|\
| * Potentially breaking: Make hooks sort order locale-independentMiloslav Trmač2019-04-09
* | Merge pull request #2913 from mheon/get_instead_of_lookupOpenShift Merge Robot2019-04-12
|\ \