gabrieldemarmiesse / python-on-whales

An awesome Python wrapper for an awesome Docker CLI!
MIT License
541 stars 101 forks source link

Fix `client.container.start(attach=True)` #549

Closed LewisGaul closed 1 week ago

LewisGaul commented 7 months ago

Currently output is captured by PoW when starting a container attached, which is inconsistent behaviour compared to client.container.attach().

LewisGaul commented 1 week ago

Closing because I think this needs a bit more high-level thought... Tracked by https://github.com/gabrieldemarmiesse/python-on-whales/issues/550.