summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
AgeCommit message (Expand)Author
2019-08-19Merge pull request #3760 from rhatdan/authOpenShift Merge Robot
2019-08-19networking: use firewall pluginGiuseppe Scrivano
2019-08-15do not activate sd_notify support when varlinkbaude
2019-08-12Use GetRuntimeDir to setup auth.json for loginDaniel J Walsh
2019-08-12rootless: cherry-pick runtime from the system configurationGiuseppe Scrivano
2019-08-08Add conmon probe to runtime constructionPeter Hunt
2019-08-06Merge pull request #3466 from TomSweeneyRedHat/dev/tsweeney/myhomeOpenShift Merge Robot
2019-08-04honor libpod.conf in /usr/share/containersbaude
2019-08-01Add runtime and conmon path discoverySascha Grunert
2019-07-30Update libpod.conf to be NixOS friendlySascha Grunert
2019-07-29Touch up XDG, add rootless linksTomSweeneyRedHat
2019-07-23Fix a segfault on Podman no-store commands with refreshMatthew Heon
2019-07-15Merge pull request #3532 from mheon/ensure_store_on_refreshOpenShift Merge Robot
2019-07-10first pass of corrections for golangci-lintbaude
2019-07-10Ensure we have a valid store when we refreshMatthew Heon
2019-07-08code cleanupbaude
2019-07-03Merge pull request #3437 from giuseppe/fix-nocgoOpenShift Merge Robot
2019-07-02lock: new lock type "file"Giuseppe Scrivano
2019-07-02runtime: allow to specify the lock mechanismGiuseppe Scrivano
2019-07-01configure runtime without storebaude
2019-07-01Merge pull request #3324 from marcov/detach-keys-configurableOpenShift Merge Robot
2019-06-27rootless: enable linger if /run/user/UID not existsGiuseppe Scrivano
2019-06-27Merge pull request #3442 from baude/removelibpodfrommainphase2OpenShift Merge Robot
2019-06-27libpod removal from main (phase 2)baude
2019-06-27runtime: do not attempt to use global conf fileGiuseppe Scrivano
2019-06-27runtime: use GetRootlessUID() to get rootless uidGiuseppe Scrivano
2019-06-27Merge pull request #3429 from cevich/strip_crio_conmonOpenShift Merge Robot
2019-06-26Remove refs to crio/conmonChris Evich
2019-06-26libpod: specify a detach keys sequence in libpod.confMarco Vedovati
2019-06-26Merge pull request #3419 from baude/removelibpodfrommainphase1OpenShift Merge Robot
2019-06-25remove libpod from mainbaude
2019-06-25Merge pull request #3332 from rhatdan/cgroupmanagerOpenShift Merge Robot
2019-06-21runtime.go: Add /usr/local/{s,}binJamie Bliss
2019-06-20Properly handle OCI runtime being set to a pathMatthew Heon
2019-06-19Make a missing OCI runtime nonfatalMatthew Heon
2019-06-19Begin adding support for multiple OCI runtimesMatthew Heon
2019-06-15Correctly identify the defaults for cgroup-managerDaniel J Walsh
2019-06-14Remove unnecessary var type to fix lint warningLawrence Chan
2019-06-14Move installPrefix and etcDir into runtime.goLawrence Chan
2019-06-14Improve DESTDIR/PREFIX/ETCDIR handlingLawrence Chan
2019-06-13oci: allow to specify what runtimes support JSONGiuseppe Scrivano
2019-06-03Inherit rootless init_path from system libpod.confLawrence Chan
2019-05-28runtime: unlock the alive lock only onceValentin Rothberg
2019-05-17rootless: use a pause processGiuseppe Scrivano
2019-05-17migrate: not create a new namespaceGiuseppe Scrivano
2019-05-14set default event logger based on build tagsbaude
2019-05-07enable integration tests for remote-clientbaude
2019-05-03change from sysregistries to sysregistriesv2Daniel J Walsh
2019-05-01Small fixes for #2950Matthew Heon
2019-04-26runtime: pass down the contextGiuseppe Scrivano