summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
Commit message (Expand)AuthorAge
* remove libpod from mainbaude2019-06-25
* runtime.go: Add /usr/local/{s,}binJamie Bliss2019-06-21
* Properly handle OCI runtime being set to a pathMatthew Heon2019-06-20
* Make a missing OCI runtime nonfatalMatthew Heon2019-06-19
* Begin adding support for multiple OCI runtimesMatthew Heon2019-06-19
* Remove unnecessary var type to fix lint warningLawrence Chan2019-06-14
* Move installPrefix and etcDir into runtime.goLawrence Chan2019-06-14
* Improve DESTDIR/PREFIX/ETCDIR handlingLawrence Chan2019-06-14
* oci: allow to specify what runtimes support JSONGiuseppe Scrivano2019-06-13
* Inherit rootless init_path from system libpod.confLawrence Chan2019-06-03
* runtime: unlock the alive lock only onceValentin Rothberg2019-05-28
* rootless: use a pause processGiuseppe Scrivano2019-05-17
* migrate: not create a new namespaceGiuseppe Scrivano2019-05-17
* set default event logger based on build tagsbaude2019-05-14
* enable integration tests for remote-clientbaude2019-05-07
* change from sysregistries to sysregistriesv2Daniel J Walsh2019-05-03
* Small fixes for #2950Matthew Heon2019-05-01
* runtime: pass down the contextGiuseppe Scrivano2019-04-26
* system: add new subcommand "migrate"Giuseppe Scrivano2019-04-26
* Add System event type and renumber, refresh eventsMatthew Heon2019-04-25
* Merge pull request #3013 from mheon/logging_for_refreshOpenShift Merge Robot2019-04-25
|\
| * Add a debug message indicating that a refresh occurredMatthew Heon2019-04-25
* | journald event loggingbaude2019-04-24
|/
* rootless: fix segfault on refresh if there are containersGiuseppe Scrivano2019-04-10
* rootless: use a single user namespaceGiuseppe Scrivano2019-04-01
* rootless: remove SkipStorageSetup()Giuseppe Scrivano2019-04-01
* rootless: set sticky bit on rundirGiuseppe Scrivano2019-03-29
* vendor buildah, image, storage, cniValentin Rothberg2019-03-28
* Remove ulele/deepcopier in favor of JSON deep copyMatthew Heon2019-03-27
* utils: split generation and writing of storage.confGiuseppe Scrivano2019-03-17
* rootless: write the custom config file before reloadGiuseppe Scrivano2019-03-15
* rootless: do not override user settingsGiuseppe Scrivano2019-03-15
* runtime: refactor NewRuntime and NewRuntimeFromConfigGiuseppe Scrivano2019-03-15
* Add event logging to libpod, even display to podmanbaude2019-03-11
* libpod: allow to configure path to the network-cmd binaryGiuseppe Scrivano2019-03-11
* rootless: propagate errors from infoGiuseppe Scrivano2019-03-08
* rootless: fill in correct storage conf defaultGiuseppe Scrivano2019-03-05
* runtime: fill a proper default tmpdir when --config is usedGiuseppe Scrivano2019-03-04
* Centralize setting default volume pathMatthew Heon2019-02-26
* Move all storage configuration defaults into libpodMatthew Heon2019-02-26
* Record when volume path is explicitly set in configMatthew Heon2019-02-26
* Add debug information when overriding paths with the DBMatthew Heon2019-02-26
* Validate VolumePath against DB configurationMatthew Heon2019-02-26
* When location of c/storage root changes, set VolumePathMatthew Heon2019-02-26
* oci: improve error message when the OCI runtime is not foundGiuseppe Scrivano2019-02-26
* Do not make renumber shut down the runtimeMatthew Heon2019-02-21
* Recreate SHM locks when renumbering on count mismatchMatthew Heon2019-02-21
* Move RenumberLocks into runtime initMatthew Heon2019-02-21
* libpod: honor runtime_path from libpod.confGiuseppe Scrivano2019-02-15
* rootless: open the correct fileDaniel J Walsh2019-02-15