| Commit message (Expand) | Author | Age |
* | Refactor runtime functions to pass options structure | Sascha Grunert | 2020-02-07 |
* | codespell: spelling corrections | Dmitry Smirnov | 2019-11-13 |
* | Migrate can move containers to a new runtime | Matthew Heon | 2019-10-10 |
* | runtime: fix logic to disable SDNotify | Valentin Rothberg | 2019-09-24 |
* | do not activate sd_notify support when varlink | baude | 2019-08-15 |
* | Add a flag to set events logger type | Matthew Heon | 2019-07-31 |
* | configure runtime without store | baude | 2019-07-01 |
* | util: drop IsCgroup2UnifiedMode and use it from cgroups | Giuseppe Scrivano | 2019-06-26 |
* | When you change the storage driver we ignore the storage-options | Daniel J Walsh | 2019-06-08 |
* | userns: add new option --userns=keep-id | Giuseppe Scrivano | 2019-05-24 |
* | rootless: default --cgroup-manager=systemd in unified mode | Giuseppe Scrivano | 2019-05-13 |
* | Small fixes for #2950 | Matthew Heon | 2019-05-01 |
* | runtime: pass down the context | Giuseppe Scrivano | 2019-04-26 |
* | system: add new subcommand "migrate" | Giuseppe Scrivano | 2019-04-26 |
* | Call the runtime with WithRenumber() when asked | Matthew Heon | 2019-04-15 |
* | libpod: allow to configure path to the network-cmd binary | Giuseppe Scrivano | 2019-03-11 |
* | Move all storage configuration defaults into libpod | Matthew Heon | 2019-02-26 |
* | When location of c/storage root changes, set VolumePath | Matthew Heon | 2019-02-26 |
* | Fix typo in comment | Matthew Heon | 2019-02-21 |
* | Add ability to get a runtime that renumbers | Matthew Heon | 2019-02-21 |
* | podman: honor --storage-opt again | Giuseppe Scrivano | 2019-02-15 |
* | Migrate to cobra CLI | baude | 2019-02-08 |
* | Set default storage options from mounts.conf file. | Daniel J Walsh | 2019-01-12 |
* | Add "podman volume" command | umohnani8 | 2018-12-06 |
* | Merge pull request #1918 from mheon/use_db_paths | OpenShift Merge Robot | 2018-12-05 |
|\ |
|
| * | Move rootless storage config into libpod | Matthew Heon | 2018-12-02 |
* | | libpod/container_internal: Deprecate implicit hook directories | W. Trevor King | 2018-12-03 |
|/ |
|
* | runtime: do not allow runroot longer than 50 characters | Giuseppe Scrivano | 2018-10-30 |
* | Move rootless directory handling to the libpod/pkg/util directory | Daniel J Walsh | 2018-10-22 |
* | Hooks supports two directories, process default and override | Daniel J Walsh | 2018-09-17 |
* | Remove duplicate code between create.go and run.go | Daniel J Walsh | 2018-09-13 |
* | Fix up libpod.conf man pages and referencese to it. | Daniel J Walsh | 2018-09-06 |
* | Change pause container to infra container | haircommander | 2018-08-23 |
* | Added option to share kernel namespaces in libpod and podman | haircommander | 2018-08-23 |
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
* | podman in rootless mode will only work with cgroupfs at this point. | Daniel J Walsh | 2018-08-14 |
* | Add --namespace flag to Podman | Matthew Heon | 2018-07-24 |
* | rootless: allow a per-user storage.conf file | Giuseppe Scrivano | 2018-07-20 |
* | rootless: propagate errors from GetRootlessRuntimeDir() | Giuseppe Scrivano | 2018-07-11 |
* | rootless: resolve the user home directory | Giuseppe Scrivano | 2018-07-11 |
* | runtime: change rootless data storage default path | Giuseppe Scrivano | 2018-06-27 |
* | rootless: add management for the userNS | Giuseppe Scrivano | 2018-06-27 |
* | podman: use a different store for the rootless case | Giuseppe Scrivano | 2018-06-15 |
* | podman: allow to override Tmpdir | Giuseppe Scrivano | 2018-06-15 |
* | libpod: Add HooksDirNotExistFatal | W. Trevor King | 2018-05-11 |
* | Add --cgroup-manager flag to Podman binary | Matthew Heon | 2018-05-11 |
* | Begin wiring in USERNS Support into podman | Daniel J Walsh | 2018-05-04 |
* | varlink images | baude | 2018-04-26 |