vv9k / podman-api-rs

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

fix: missing attributes for create container request added #127

Closed Babidiii closed 2 years ago

Babidiii commented 2 years ago

What did you implement:

The following missing attributes were added to CreateContainerOpts :

Closes: #126

How did you verify your change:

By creating containers from code with the missing attributes.

What (if anything) would need to be called out in the CHANGELOG for the next release:

Missing attributes for container creation added.

vv9k commented 2 years ago

Looks good, thank you :)