You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:The text was updated successfully, but these errors were encountered: