Zun

Support docker's entrypoint option

Registered by hongbin

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:
          ...
          --entrypoint string Overwrite the default ENTRYPOINT of the image
          ...

This proposal is supporting this:

    $ zun run --entrypoint <...> <image> ...

Blueprint information

Status:
Complete
Approver:
hongbin
Priority:
High
Drafter:
hongbin
Direction:
Approved
Assignee:
Zhenguo Niu
Definition:
New
Series goal:
Accepted for ussuri
Implementation:
Implemented
Milestone target:
None
Started by
hongbin
Completed by
hongbin

Related branches

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://review.opendev.org/#/q/topic:bp/support-entrypoint-option

Addressed by: https://review.opendev.org/715898
    Add entrypoint to container

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.