| Commit message (Expand) | Author | Age |
... | |
* | make lint: enable gocritic | Valentin Rothberg | 2020-01-13 |
* | libpod: fix --userns=keep-id with big UIDs | Giuseppe Scrivano | 2020-01-10 |
* | fix lint - pkg/util: func comment | Valentin Rothberg | 2020-01-08 |
* | signal parsing - better input validation | Ed Santiago | 2019-12-26 |
* | Add ONBUILD support to --change | Matthew Heon | 2019-12-05 |
* | Completely rework --change parsing | Matthew Heon | 2019-12-04 |
* | codespell: spelling corrections | Dmitry Smirnov | 2019-11-13 |
* | add libpod/config | Valentin Rothberg | 2019-10-31 |
* | bump containers/image to v5.0.0, buildah to v1.11.4 | Nalin Dahyabhai | 2019-10-29 |
* | rootless: write storage overrides to the conf file | Giuseppe Scrivano | 2019-10-21 |
* | Update c/image to v4.0.1 and buildah to 1.11.3 | Miloslav Trmač | 2019-10-04 |
* | Merge pull request #4001 from kunalkushwaha/podman-import-fix | OpenShift Merge Robot | 2019-09-30 |
|\ |
|
| * | syntax updated for podman import --change | Kunal Kushwaha | 2019-09-27 |
* | | Podman-remote run should wait for exit code | Daniel J Walsh | 2019-09-12 |
|/ |
|
* | pkg/util: use rootless function to read additional users | Giuseppe Scrivano | 2019-09-03 |
* | add --pull flag for podman create&run | Qi Wang | 2019-08-09 |
* | Touch up XDG, add rootless links | TomSweeneyRedHat | 2019-07-29 |
* | first pass of corrections for golangci-lint | baude | 2019-07-10 |
* | libpod removal from main (phase 2) | baude | 2019-06-27 |
* | Fix ENV parsing on `podman import` | Jordan Webb | 2019-06-14 |
* | userns: add new option --userns=keep-id | Giuseppe Scrivano | 2019-05-24 |
* | Add variable for global flags to runlabel | Qi Wang | 2019-05-02 |
* | enable podman-remote on windows | baude | 2019-04-30 |
* | utils: call GetRootlessRuntimeDir once | Giuseppe Scrivano | 2019-03-29 |
* | vendor buildah, image, storage, cni | Valentin Rothberg | 2019-03-28 |
* | utils: split generation and writing of storage.conf | Giuseppe Scrivano | 2019-03-17 |
* | utils: avoid too long tmp directory | Giuseppe Scrivano | 2019-03-16 |
* | rootless: use /tmp/libpod-rundir-$EUID for fallback | Giuseppe Scrivano | 2019-03-15 |
* | Add event logging to libpod, even display to podman | baude | 2019-03-11 |
* | Centralize setting default volume path | Matthew Heon | 2019-02-26 |
* | Ensure volume path is set appropriately by default | Matthew Heon | 2019-02-26 |
* | Fix volume handling in podman | Daniel J Walsh | 2019-02-14 |
* | Unconditionally refresh storage options from config | Matthew Heon | 2019-02-06 |
* | Use defaults if paths are not specified in storage.conf | Matthew Heon | 2019-01-10 |
* | Merge pull request #2076 from rhatdan/storage.conf | OpenShift Merge Robot | 2019-01-08 |
|\ |
|
| * | If local storage file exists, then use it rather then defaults. | Daniel J Walsh | 2019-01-03 |
* | | Add the configuration file used to setup storage to podman info | Daniel J Walsh | 2019-01-07 |
|/ |
|
* | Refactor: use idtools.ParseIDMap instead of bundling own version | Šimon Lukašík | 2018-12-23 |
* | Add "podman volume" command | umohnani8 | 2018-12-06 |
* | Revert changes to GetDefaultStoreOptions | Matthew Heon | 2018-12-03 |
* | Fix gofmt and lint | Matthew Heon | 2018-12-02 |
* | Move rootless storage config into libpod | Matthew Heon | 2018-12-02 |
* | rootless: store only subset of storage.conf | Giuseppe Scrivano | 2018-11-28 |
* | rootless: create storage.conf when it doesn't exist | Giuseppe Scrivano | 2018-11-19 |
* | rootless: default to fuse-overlayfs when available | Giuseppe Scrivano | 2018-11-08 |
* | rootless: do not add an additional /run to runroot | Giuseppe Scrivano | 2018-10-31 |
* | Fix man page to show info on storage | Daniel J Walsh | 2018-10-22 |
* | Move rootless directory handling to the libpod/pkg/util directory | Daniel J Walsh | 2018-10-22 |
* | podman: provide a default UID mapping when non root | Giuseppe Scrivano | 2018-06-15 |
* | If user specifies UIDMapSlice without GIDMapSlice, set them equal | Daniel J Walsh | 2018-05-31 |