aboutsummaryrefslogtreecommitdiff
path: root/pkg/domain/entities/volumes.go
Commit message (Collapse)AuthorAge
* Show Anon, GID, UID in v2 volumesAshley Cui2020-06-16
| | | | | | Anon, GID, UID parameters previously hidden if empty in podman volume for API v2. Signed-off-by: Ashley Cui <acui@redhat.com>
* Fix Id->ID where possible for lintDaniel J Walsh2020-06-10
| | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* podmanv2 volumesBrent Baude2020-03-24
| | | | | | add volume commands: create, inspect, ls, prune, and rm Signed-off-by: Brent Baude <bbaude@redhat.com>
* podmanv2 volume createBrent Baude2020-03-20
add volume create Signed-off-by: Brent Baude <bbaude@redhat.com>