Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create container with correct Entrypoint #268

Closed
vv9k opened this issue Feb 11, 2021 · 0 comments · Fixed by #269
Closed

Unable to create container with correct Entrypoint #268

vv9k opened this issue Feb 11, 2021 · 0 comments · Fixed by #269

Comments

@vv9k
Copy link
Contributor

vv9k commented Feb 11, 2021

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

  • Crate version: 0.7.0
  • Output of running docker version on the command line:
Client:
 Version:           20.10.3
 API version:       1.41
 Go version:        go1.15.7
 Git commit:        48d30b5b32
 Built:             Tue Feb  2 19:54:22 2021
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant