aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/common/create_test.go
Commit message (Collapse)AuthorAge
* Created MapOptions for PodCreatecdoern2021-09-20
MapOptions take the pod and container create options, assigning matching values from infra back to the pod for the Libpod API. This function, unlike the previous one, does not require any manual additions when new options are added since it uses the structs JSON tags, this is a more modular approach. Signed-off-by: cdoern <cdoern@redhat.com>