Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add parsing for UID, GID in volume "o" option | Matthew Heon | 2019-10-22 |
| | | | | | | | Everything else is a flag to mount, but "uid" and "gid" are not. We need to parse them out of "o" and handle them separately. Signed-off-by: Matthew Heon <matthew.heon@pm.me> | ||
* | Add function for looking up volumes by partial name | Matthew Heon | 2019-09-09 |
This isn't included in Docker, but seems handy enough. Use the new API for 'volume rm' and 'volume inspect'. Fixes #3891 Signed-off-by: Matthew Heon <matthew.heon@pm.me> |