Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow (but ignore) Cached and Delegated volume options | Matthew Heon | 2019-06-18 |
| | | | | | | | | | | These are only used on OS X Docker, and ignored elsewhere - but since they are ignored, they're guaranteed to be safe everywhere, and people are using them. Fixes: #3340 Signed-off-by: Matthew Heon <matthew.heon@pm.me> | ||
* | storage: support --mount type=bind,bind-nonrecursive | Giuseppe Scrivano | 2019-06-13 |
| | | | | | | | | add support for not recursive bind mounts. Closes: https://github.com/containers/libpod/issues/3314 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||
* | Ensure that named volumes have their options parsed | Matthew Heon | 2019-05-01 |
This involves moving some code out of pkg/spec/ into util/ so it can also be used by libpod. Signed-off-by: Matthew Heon <matthew.heon@pm.me> |