summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
Commit message (Expand)AuthorAge
* 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
| * Set default paths from DB if not explicitly overriddenMatthew Heon2018-12-02
| * Add a struct indicating if some Runtime fields were setMatthew Heon2018-12-02
| * Make DB config validation an explicit stepMatthew Heon2018-12-02
| * Move DB configuration up in runtime setupMatthew Heon2018-12-02
* | Merge pull request #1939 from mheon/no_firewall_if_rootlessOpenShift Merge Robot2018-12-04
|\ \
| * | Don't initialize CNI when running as rootlessMatthew Heon2018-12-04
| |/
* / libpod/container_internal: Deprecate implicit hook directoriesW. Trevor King2018-12-03
|/
* rootless: create libpod.conf when it doesn't existGiuseppe Scrivano2018-11-19
* Sync default config with libpod.confAnders F Björklund2018-10-29
* Use more reliable check for rootless for firewall initMatthew Heon2018-10-23
* Move rootless directory handling to the libpod/pkg/util directoryDaniel J Walsh2018-10-22