mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 01:15:44 +00:00
For future work, we need multiple implementations of the OCI runtime, not just a Conmon-wrapped runtime matching the runc CLI. As part of this, do some refactoring on the interface for exec (move to a struct, not a massive list of arguments). Also, add 'all' support to Kill and Stop (supported by runc and used a bit internally for removing containers). Signed-off-by: Matthew Heon <matthew.heon@pm.me> |
||
|---|---|---|
| .. | ||
| virtwriter | ||
| attach.go | ||
| config.go | ||
| containers.go | ||
| containers_create.go | ||
| events.go | ||
| generate.go | ||
| images.go | ||
| mount.go | ||
| pods.go | ||
| remote_client.go | ||
| system.go | ||
| transfers.go | ||
| util.go | ||
| volumes.go | ||