1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runconfig
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
opts Allow unset --entrypoint in docker run or docker create 2016-08-05 16:35:20 -07:00
compare.go
compare_test.go
config.go
config_test.go
config_unix.go
config_windows.go
errors.go
hostconfig.go
hostconfig_solaris.go
hostconfig_test.go
hostconfig_unix.go Add Swarm management backend 2016-06-13 22:16:18 -07:00
hostconfig_windows.go
streams.go