vv9k / podman-api-rs

Rust interface to Podman (libpod).
MIT License
84 stars 12 forks source link

Fix `Exec::start` to respect the TTY settings of the exec instance #145

Closed vv9k closed 1 year ago

marhkb commented 1 year ago

This works perfectly fine now.

vv9k commented 1 year ago

Thank you for the feedback. I'll fix the tests and probably merge soon.

vv9k commented 1 year ago

Ran tests locally and everything seems fine. There is a problem with CI currently but I'll resolve it in the master branch after merge.