fussybeaver / bollard

Docker daemon API in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `name` option in container creation config

ClementNerma opened this issue · comments

Hi!

I found out that bollard::container::Config, the struct used to create Docker containers, was missing the name option to name a container.

Could it be possible to add it or was it intentionnally left out?

It contained the first argumentCreateContainerOptions . the create_container doc

Oh my bad, I even used it myself 🤦
Sorry for the inconvenience.