summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
Commit message (Expand)AuthorAge
...
* 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
* rootless: copy some settings from the global configurationGiuseppe Scrivano2019-02-05
* Merge pull request #2069 from mheon/warn_on_overriding_driverOpenShift Merge Robot2019-01-23
|\
| * Warn on overriding user-specified storage driver w/ DBMatthew Heon2019-01-02
* | Show a better error message when podman info fails during a refreshRyan Gonzalez2019-01-21
* | oci: allow to define multiple OCI runtimesGiuseppe Scrivano2019-01-14
* | libpod: allow multiple oci runtimesVincent Batts2019-01-14
* | If you fail to open shm lock then attempt to create itDaniel J Walsh2019-01-09
* | Rootless with shmlocks was not working.Daniel J Walsh2019-01-05
* | Move lock init after tmp dir is populated properlyMatthew Heon2019-01-04
* | When refreshing libpod, if SHM locks exist, remove themMatthew Heon2019-01-04
* | Ensure different error messages and creating/opening locksMatthew Heon2019-01-04
* | Remove runtime lockDir and add in-memory lock managerMatthew Heon2019-01-04
* | Convert containers to SHM lockingMatthew Heon2019-01-04
* | Add lock manager to libpod runtimeMatthew Heon2019-01-04
* | add container-init supportValentin Rothberg2019-01-04
|/
* Support podman image trust commandQi Wang2018-12-19
* Add "podman volume" commandumohnani82018-12-06
* Merge pull request #1918 from mheon/use_db_pathsOpenShift Merge Robot2018-12-05
|\
| * Use runtime lockDir in BoltDB stateMatthew Heon2018-12-04
| * Revert changes to GetDefaultStoreOptionsMatthew Heon2018-12-03
| * Ensure directory where we will make database existsMatthew Heon2018-12-03
| * Do not initialize locks dir in BoltDBMatthew Heon2018-12-02
| * Move rootless storage config into libpodMatthew Heon2018-12-02