projectatomic / dockerfile_lint

MIT License
86 stars 11 forks source link

Require double quotes #119

Open jayvdb opened 5 years ago

jayvdb commented 5 years ago

CMD ['foo', '--bar'] will result in errors when running the docker image.

it should be CMD ['foo', '--bar'] .

The rules should check this.