-
Notifications
You must be signed in to change notification settings - Fork 419
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