Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Combine the code of dealing with 'readonly' and 'ro'. | Charles Shih | 2020-06-02 |
| | | | | | | https://github.com/containers/libpod/pull/6380#discussion_r432391376 Signed-off-by: Charles Shih <schrht@gmail.com> | ||
* | Add support for `readonly` option to --mount | Matthew Heon | 2020-05-26 |
| | | | | | | | | | This is just an alias to the `ro` option, but it's already in the manpages (and Docker) so we might as well add support for it. Fixes #6379 Signed-off-by: Matthew Heon <matthew.heon@pm.me> | ||
* | Enable basic volumes support in Podmanv2 | Matthew Heon | 2020-04-22 |
This enables the --volume, --mount, and --tmpfs flags in Podmanv2. It does not enable init-related flags, image volumes, and --volumes-from. Signed-off-by: Matthew Heon <matthew.heon@pm.me> |