moby--moby/runconfig/opts
Yong Tang c8d3ee8093 Allow unset `--entrypoint` in `docker run` or `docker create`
This fix tries to address the issue raised in #23498 to allow unset
`--entrypoint` in `docker run` or `docker create`.

This fix checks the flag `--entrypoint` and, in case `--entrypoint=` (`""`)
is passed, unset the Entrypoint during the container run.

Additional integration tests have been created to cover changes in this fix.

This fix fixes #23498.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-08-05 16:35:20 -07:00
..
fixtures Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
envfile.go Move some validators from opts to runconfig/opts. 2016-01-04 14:35:36 -05:00
envfile_test.go fix typos 2016-06-02 17:17:22 +08:00
opts.go better command `docker network create -h` output 2016-07-16 15:32:17 +08:00
opts_test.go Move some validators from opts to runconfig/opts. 2016-01-04 14:35:36 -05:00
parse.go Allow unset `--entrypoint` in `docker run` or `docker create` 2016-08-05 16:35:20 -07:00
parse_test.go It should be volume not binds for first arg in callDecodeContainerConfig() 2016-08-02 22:29:34 +08:00
runtime.go Use "docker-runc" as alias for the default runtime 2016-06-22 11:59:26 -07:00
throttledevice.go Convert 'docker run' to a cobra command and to use pflags 2016-06-04 13:55:35 +02:00
ulimit.go Convert 'docker run' to a cobra command and to use pflags 2016-06-04 13:55:35 +02:00
ulimit_test.go Move ulimit options to runconfig opts 2015-12-23 13:27:58 -05:00
weightdevice.go Convert 'docker run' to a cobra command and to use pflags 2016-06-04 13:55:35 +02:00