langdon / summit-2015-lab-15812

Containerizing applications, existing and new
1 stars 1 forks source link

Include Dockerfile_linter #9

Closed aweiteka closed 9 years ago

aweiteka commented 9 years ago

I've got dockerfile_linter working as CLI. We can build this into the VM.

langdon commented 9 years ago

If you tell me where it is on docker hub, I can add this to the Vagrantfile

aweiteka commented 9 years ago

https://github.com/projectatomic/dockerfile_lint#command-line-use

Assuming we have the epel repo content...

  1. yum install -y npm
  2. npm install git+https://github.com/projectatomic/dockerfile_lint
  3. dockerfile_lint -f /path/to/dockerfile
scollier commented 9 years ago

removing from lab.