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 fa44b4e81e More descriptive error when running a container with a too long hostname (#21445)
This fix tries to fix issues encountered when running a container with a hostname
that is longer than HOST_NAME_MAX(64).

Previously, `could not synchronise with container process` was generated as the
length of the regex check was missing.

This fix covers the length check so that a hostname that is longer than
HOST_NAME_MAX(64) will be given a correct error message.

Several unit tests cases and additional integration test cases are added as well.

This fix closes #21445.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-03-24 17:42:28 +00:00
..
fixtures
opts More descriptive error when running a container with a too long hostname (#21445) 2016-03-24 17:42:28 +00:00
compare.go
compare_test.go
config.go
config_test.go
config_unix.go
config_windows.go
errors.go
hostconfig.go
hostconfig_test.go
hostconfig_unix.go
hostconfig_windows.go
streams.go