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.
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
Entrypoint
or heredocker version
on the command line: