-
Notifications
You must be signed in to change notification settings - Fork 424
DL4003
Vlastimil Zeman edited this page Nov 10, 2017
·
3 revisions
Multiple CMD
instructions found. If you list more than one CMD
then only the last CMD
will take effect.
FROM busybox
CMD /bin/true
CMD /bin/false
FROM busybox
CMD /bin/false
Rule also implemented in https://github.com/RedCoolBeans/dockerlint/blob/master/src/checks.coffee