summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
AgeCommit message (Expand)Author
2020-10-20Merge pull request #7126 from mheon/fix_missing_ociruntimeOpenShift Merge Robot
2020-10-20When given OCI runtime by path, use path as nameMatthew Heon
2020-10-13Enforce LIFO ordering for shutdown handlersMatthew Heon
2020-10-12Enable masking stop signals within container creationMatthew Heon
2020-10-05Lowercase some errorsKir Kolyshkin
2020-10-05Remove excessive error wrappingKir Kolyshkin
2020-09-04Add global options --runtime-flagsQi Wang
2020-08-18Support sighup reload configuration filesQi Wang
2020-08-10Unconditionally retrieve pod names via APIMatthew Heon
2020-07-28Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh
2020-07-20Switch references from libpod.conf to containers.confDaniel J Walsh
2020-07-20Add support for overlay volume mounts in podman.Qi Wang
2020-07-09Remove all instances of named return "err" from LibpodMatthew Heon
2020-07-06move go module to v2Valentin Rothberg
2020-06-15Turn on More lintersDaniel J Walsh
2020-05-29compat handlers: add X-Registry-Auth header supportValentin Rothberg
2020-05-08Fix handling of overridden paths from databaseDaniel J Walsh
2020-04-22manifest create,add,inspectQi Wang
2020-04-16Merge pull request #5690 from rhatdan/selinuxOpenShift Merge Robot
2020-04-15Add support for selecting kvm and systemd labelsDaniel J Walsh
2020-04-15Fix up SELinux labelingDaniel J Walsh
2020-04-06refactor infoBrent Baude
2020-03-27Add support for containers.confDaniel J Walsh
2020-01-13make lint: enable gocriticValentin Rothberg
2020-01-08fix lint - drop else blockValentin Rothberg
2019-12-13runtime.go: show registries data and search tableJosé Guilherme Vanz
2019-12-12runtime.go: show search table in podman infoJosé Guilherme Vanz
2019-12-12podman: mirror informationJosé Guilherme Vanz
2019-12-02Ensure volumes reacquire locks on state refreshMatthew Heon
2019-10-31add libpod/configValentin Rothberg
2019-10-29bump containers/image to v5.0.0, buildah to v1.11.4Nalin Dahyabhai
2019-10-29Merge pull request #3792 from haircommander/minimum-conmonOpenShift Merge Robot
2019-10-28require conmon v2.0.1Peter Hunt
2019-10-28require conmon v2.0.0Peter Hunt
2019-10-24Merge pull request #4228 from giuseppe/detect-no-systemd-sessionOpenShift Merge Robot
2019-10-23rootless: detect no system session with --cgroup-manager=systemdGiuseppe Scrivano
2019-10-21Merge pull request #4309 from giuseppe/write-storage-overridesOpenShift Merge Robot
2019-10-21rootless: write storage overrides to the conf fileGiuseppe Scrivano
2019-10-17rootless: do not enable lingering modeGiuseppe Scrivano
2019-10-11Merge pull request #4220 from mheon/null_runtimeOpenShift Merge Robot
2019-10-10Migrate can move containers to a new runtimeMatthew Heon
2019-10-10Move OCI runtime implementation behind an interfaceMatthew Heon
2019-10-04Update c/image to v4.0.1 and buildah to 1.11.3Miloslav Trmač
2019-10-02rootless: set DBUS_SESSION_BUS_ADDRESS if it is not setGiuseppe Scrivano
2019-09-21We need to convert libpod.conf files in user homedir for cgroupv2Daniel J Walsh
2019-09-19fix trivial type for event loggerbaude
2019-09-10Add support for launching containers without CGroupsMatthew Heon
2019-09-05Ensure good defaults on blank c/storage configurationMatthew Heon
2019-08-28Add an integration test for systemd in a containerMatthew Heon
2019-08-21Merge pull request #2940 from giuseppe/drop-firewallOpenShift Merge Robot