fussybeaver / bollard

Docker daemon API in Rust
Apache License 2.0
893 stars 134 forks source link

Add support for the docker /containers/{}/export API endpoint #369

Closed chordtoll closed 8 months ago

chordtoll commented 8 months ago

Hello, I noticed that this library has an image export method, but not one to export containers.

Based on Dieff's lovely PR #44, here's one adding that functionality.

fussybeaver commented 8 months ago

Fabulous, thank you!