Dockerfile 린터. 더 많은 정보: https://github.com/hadolint/hadolint.
hadolint {{경로/대상/Dockerfile}}
hadolint --format {{json}} {{경로/대상/Dockerfile}}
hadolint --format {{tty|json|checkstyle|codeclimate|codacy}} {{경로/대상/Dockerfile}}
hadolint --ignore {{DL3006}} --ignore {{DL3008}} {{경로/대상/Dockerfile}}
hadolint --trusted-registry {{docker.io}} --trusted-registry {{example.com}}:{{5000}} {{경로/대상/Dockerfile1 경로/대상/Dockerfile2 ...}}