dockerfile_lint icon indicating copy to clipboard operation
dockerfile_lint copied to clipboard

Require double quotes

Open jayvdb opened this issue 6 years ago • 0 comments

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

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

The rules should check this.

jayvdb avatar Dec 16 '18 11:12 jayvdb