💾 Archived View for freeshell.de › tldr › hadolint.gmi captured on 2023-04-20 at 00:05:58. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Dockerfile linter.
hadolint {path/to/Dockerfile}
hadolint --format {json} {path/to/Dockerfile}
hadolint --format {tty|json|checkstyle|codeclimate|codacy} {path/to/Dockerfile}
hadolint --ignore {DL3006} --ignore {DL3008} {path/to/Dockerfile}
hadolint --trusted-registry {docker.io} --trusted-registry {example.com}:{5000} {path/to/Dockerfile} {path/to/another/Dockerfile}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).