| Commit message (Expand) | Author | Age |
* | Change buildtag for remoteclient to remote for testing | Daniel J Walsh | 2020-07-06 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Add support for `readonly` option to --mount | Matthew Heon | 2020-05-26 |
* | Turn off 'noexec' option by default for named volumes | Matthew Heon | 2020-05-20 |
* | enable volume integration tests | Brent Baude | 2020-04-27 |
* | Add support for volumes-from, image volumes, init | Matthew Heon | 2020-04-27 |
* | Force integration tests to pass | Brent Baude | 2020-04-21 |
* | test/e2e/run_volume_test: use unique mount point | Kir Kolyshkin | 2020-04-02 |
* | test/e2e/run_volume_test.go: mv dockerfile decl | Kir Kolyshkin | 2020-04-02 |
* | test/e2e/run_volume_test: only create dir once | Kir Kolyshkin | 2020-04-02 |
* | Switch to using --time as opposed to --timeout to better match Docker. | Daniel J Walsh | 2020-03-31 |
* | Use cleaned destination path for indexing image volumes | Matthew Heon | 2020-02-17 |
* | Do not copy up when volume is not empty | Matthew Heon | 2020-02-12 |
* | mount: add new options nocopyup|copyup for tmpfs | Giuseppe Scrivano | 2019-11-07 |
* | Wait for `mount` command to finish when mounting volume | Matthew Heon | 2019-10-30 |
* | Image volumes should not be mounted noexec | Matthew Heon | 2019-10-23 |
* | Add support for anonymous volumes to `podman run -v` | Matthew Heon | 2019-10-17 |
* | Refactor tests when checking for error exit codes | Jhon Honce | 2019-10-16 |
* | Handle conflict between volumes and --read-only-tmpfs | Matthew Heon | 2019-09-24 |
* | When first mounting any named volume, copy up | Matthew Heon | 2019-09-09 |
* | Add ability for volumes with options to mount/umount | Matthew Heon | 2019-09-05 |
* | Add test to verify noexec works with volume mounts | Matthew Heon | 2019-09-04 |
* | Add a test for the new suid/exec/dev options | Matthew Heon | 2019-08-28 |
* | Re-add locks to volumes. | Matthew Heon | 2019-08-28 |
* | Allow --ro=[true|false] with mount flag | Matthew Heon | 2019-08-07 |
* | Add tests for cached and delegated mounts | Matthew Heon | 2019-06-19 |
* | use imagecaches for local tests | baude | 2019-05-29 |
* | Add test for image volume conflict with user volume | Matthew Heon | 2019-05-21 |
* | Fix podman-in-podman volume test | Matthew Heon | 2019-05-02 |
* | Begin adding volume tests | Matthew Heon | 2019-05-01 |