Reports missing exec in the shell form of ENTRYPOINT command.

To ensure that docker stop will signal any long running ENTRYPOINT executable correctly, it needs to be started with exec.

See Dockerfile reference for more information.