Zun

Support entrypoint option

Bug #1810003 reported by hongbin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zun
Won't Fix
Medium
Unassigned

Bug Description

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> ...

hongbin (hongbin034)
Changed in zun:
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
hongbin (hongbin034) wrote :
Changed in zun:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.