Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | v2podman attach and exec | Brent Baude | 2020-04-05 |
| | | | | | | | | add the ability to attach to a running container. the tunnel side of this is not enabled yet as we have work on the endpoints and plumbing to do yet. add the ability to exec a command in a running container. the tunnel side is also being deferred for same reason. Signed-off-by: Brent Baude <bbaude@redhat.com> | ||
* | 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> |