softprops / shiplift

🐳 🦀 rust interface for maneuvering docker containers
MIT License
624 stars 119 forks source link

Unable to create container with correct Entrypoint #268

Closed vv9k closed 3 years ago

vv9k commented 3 years ago

As said in the title, currently ContainerOptionsBuilder::entrypoint has a &str as a parameter although in Dockerfile it's possible to declare an Entrypoint as an array of strings making it currently impossible to create containers that have a predefined executable with a set of args at entry.

It can be seen here under Entrypointor here