Reports missing exec in the shell form of ENTRYPOINT command.
exec
To ensure that docker stop will signal any long running ENTRYPOINT executable correctly, it needs to be started with exec.
docker stop
See Dockerfile reference for more information.