1.0.0-beta.9 • Published 3 years ago

docker-healthchecker-ui v1.0.0-beta.9

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Docker Healthchecker UI

CLI

Images:

ParameterDescriptionTypeDefault
-i, --imageDocker image to check. Could be defined more times.string''
-f, --fileJSON file with image definition in format [{name: string, image: string, alias: string}, ...], where there should be at least name or image. Parameter alias is optional.string''

Server:

ParameterDescriptionTypeDefault
--p, --portPort, on which will server runnumber8080
--httpsEnable HTTPSbooleanfalse
--certPath to the HTTPS certificate filestring''
--keyPath to the HTTPS private key filestring''
--caPath to HTTPS certificate authorities. Could be repeated more times. Optional.string''
--passphraseHTTPS passphrase. Optional.string''

Options:

ParameterDescriptionType
--versionShow version number---
-h, --helpShow help---