summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
Commit message (Expand)AuthorAge
* 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
* rootless: always set XDG_RUNTIME_DIRGiuseppe Scrivano2018-10-03
* runtime: fix message which assumes the runtime is runcGiuseppe Scrivano2018-10-01
* Add new field to libpod to indicate whether or not to use labellingDaniel J Walsh2018-09-20
* Hooks supports two directories, process default and overrideDaniel J Walsh2018-09-17
* Add a way to disable port reservationMatthew Heon2018-09-13
* Explicitly set default CNI network name in libpod.confMatthew Heon2018-09-12
* Vendor CNI plugins firewall codeMatthew Heon2018-09-10
* rootless: check uid with Geteuid() instead of Getuid()Giuseppe Scrivano2018-09-04
* rootless: be in an userns to initialize the runtimeGiuseppe Scrivano2018-09-04
* rootless: fix execGiuseppe Scrivano2018-08-26
* rootless: allow to override policy.json by the userGiuseppe Scrivano2018-08-24
* Change pause container to infra containerhaircommander2018-08-23
* Added option to share kernel namespaces in libpod and podmanhaircommander2018-08-23
* switch projectatomic to containersDaniel J Walsh2018-08-16
* Remove unused function in runtime.goMatthew Heon2018-08-14
* Merge pull request #1254 from mheon/systemd_cgroups_defaultMatthew Heon2018-08-11
|\