Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
healthcheck: improve command list parser
- remove duplicate check, already called in HealthCheck() - reject zero-length command list and empty command string as errorneous - support all Docker command list keywords: NONE, CMD or CMD-SHELL - use Docker default "/bin/sh -c" for CMD-SHELL Fixes #3507 Signed-off-by: Stefan Becker <[email protected]>
- Loading branch information