summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
Commit message (Expand)AuthorAge
* Warn on overriding user-specified storage driver w/ DBMatthew Heon2019-01-02
* 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
|\
| * Swap default CGroup manager to systemdMatthew Heon2018-08-10
* | Make errors during refresh nonfatalMatthew Heon2018-08-10
|/
* Add missing runtime.go lines to set namespaceMatthew Heon2018-07-24
* Add constraint that dependencies must be in the same nsMatthew Heon2018-07-24
* Merge pull request #1075 from giuseppe/rootless-no-symlinks-into-storage-pathDaniel J Walsh2018-07-13
|\
| * runtime: delete unused functionGiuseppe Scrivano2018-07-11
| * rootless: propagate errors from GetRootlessRuntimeDir()Giuseppe Scrivano2018-07-11
* | Support multiple networksbaude2018-07-12
|/
* rootless: add /run/user/$UID to the lookup pathsGiuseppe Scrivano2018-07-05
* rootless: always set XDG_RUNTIME_DIRGiuseppe Scrivano2018-07-05
* rootless: use $HOME/.config/containers/libpod.confGiuseppe Scrivano2018-06-27
* oci: set XDG_RUNTIME_DIR to the runtime from GetRootlessRuntimeDir()Giuseppe Scrivano2018-06-27
* rootless: add management for the userNSGiuseppe Scrivano2018-06-27
* Make CGroups cleanup optional on whether they existMatthew Heon2018-06-22