Support docker's entrypoint option
Docker has the '--entrypoint' which is used to overwrite the entry point of the docker image. It is useful to add support for this option in Zun.
Below is the docker command:
$ docker run --help
Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
Run a command in a new container
Options:
...
...
This proposal is supporting this:
$ zun run --entrypoint <...> <image> ...
Blueprint information
Related branches
Related bugs
Sprints
Whiteboard
(zhenguo 2020-03-26) Is this still useful? If so, I'd like to work on it.
yes, feel free to take it. -- hongbin 2020-03-26
Gerrit topic: https:/
Addressed by: https:/
Add entrypoint to container