dockerfilelint:固执己见的Dockerfile linter

时间:2024-05-20 04:57:20
【文件属性】:

文件名称:dockerfilelint:固执己见的Dockerfile linter

文件大小:91KB

文件格式:ZIP

更新时间:2024-05-20 04:57:20

dockerfile linter JavaScript

Dockerfile的Linter和验证器 dockerfilelint是一个节点模块,可分析Dockerfile并查找常见的陷阱,错误并有助于实施最佳实践。 安装 使用npm软件包管理器进行全局安装。 npm install -g dockerfilelint 测验 使用npm test , yarn run test或docker-compose -f docker-compose.test.yml up启动单元测试 跑步 在命令行中: ./bin/dockerfilelint < path> 命令行选项 Usage: dockerfilelint [files | content..] [options] Options: -o, --output Specify the format to use for output of lintin


【文件预览】:
dockerfilelint-master
----.gitignore(27B)
----Dockerfile(324B)
----.eslintrc(92B)
----package.json(1KB)
----bin()
--------dockerfilelint(3KB)
----docker-compose.test.yml(222B)
----LICENSE(1KB)
----CHANGELOG.md(2KB)
----README.md(6KB)
----lib()
--------checks.js(5KB)
--------command_parser.js(2KB)
--------reference.js(9KB)
--------parser.js(3KB)
--------index.js(10KB)
--------apt.js(2KB)
--------apk.js(2KB)
--------messages.js(669B)
--------reporter()
--------index.d.ts(204B)
----.circleci()
--------config.yml(1KB)
----.dockerfilelintrc(33B)
----test()
--------checks.js(7KB)
--------json_reporter.js(4KB)
--------command_parser.js(502B)
--------cli_reporter.js(6KB)
--------integration()
--------parser.js(941B)
--------index.js(10KB)
--------reporter.js(7KB)
--------apt.js(3KB)
--------examples()
--------apk.js(3KB)
--------messages.js(694B)
----.editorconfig(189B)
----yarn.lock(118KB)

网友评论