Files
alfred-preferences/Alfred.alfredpreferences/snippets/docker/使用 Hadolint 檢查 Dockerfile忽略 DL3008 [BBEE2540-F4B2-4A07-93C6-1E110A5471C2].json
2026-03-26 09:22:38 +08:00

8 lines
266 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"alfredsnippet" : {
"snippet" : "docker run --rm -i hadolint\/hadolint hadolint --ignore DL3008 - < Dockerfile",
"uid" : "BBEE2540-F4B2-4A07-93C6-1E110A5471C2",
"name" : "使用 Hadolint 檢查 Dockerfile忽略 DL3008",
"keyword" : ""
}
}