vv9k / podman-api-rs

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

Use correct endpoint in `Pods::create` #128

Closed marhkb closed 2 years ago

marhkb commented 2 years ago

The endpoint for creating new containers was used here by mistake. This commit uses the correct endpoint.

What did you implement:

A fix for a wrong API endpoint usage.

How did you verify your change:

I tested it by creating a new pod with a specific name. Before, it did not work, because it wanted to create a container.

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

Use correct endpoint in Pods::create.

vv9k commented 2 years ago

Thank you!