vv9k / podman-api-rs

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

Fix `ContainerCreateOptsBuilder::mounts` #139

Closed vv9k closed 2 years ago

vv9k commented 2 years ago

This PR introduces a new ContainerMount type and changes the type used by ContainerCreateOptsBuilder::mounts.

Closes: #138

marhkb commented 2 years ago

This works. https://github.com/marhkb/pods/pull/403