Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | v2podman container create | Brent Baude | 2020-04-03 |
| | | | | | | create a container in podmanv2 using specgen approach. this is the core implementation and still has quite a bit of code commented out specifically around volumes, devices, and namespaces. need contributions from smes on these parts. Signed-off-by: Brent Baude <bbaude@redhat.com> | ||
* | apiv2 container create using specgen | Brent Baude | 2020-02-19 |
this uses the specgen structure to create containers rather than the outdated createconfig. right now, only the apiv2 create is wired up. eventually the cli will also have to be done. Signed-off-by: Brent Baude <bbaude@redhat.com> |