vv9k / podman-api-rs

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

Copy files into a container #4

Closed vv9k closed 2 years ago

vv9k commented 2 years ago

https://docs.podman.io/en/latest/_static/api.html#operation/PutContainerArchiveLibpod

vv9k commented 2 years ago

Already implemented as Container::copy_to and Container::copy_file_into