## Targets - for complicated signals processing - for running other commands ## Ref - [dockerfile_best-practices/#entrypoint](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#entrypoint) - [reference/builder/#entrypoint](https://docs.docker.com/engine/reference/builder/#entrypoint) - [Dockerfile 中的 ENTRYPOINT 指令](https://github.com/moooofly/MarkSomethingDownLLS/blob/master/Dockerfile%20%E4%B8%AD%E7%9A%84%20ENTRYPOINT%20%E6%8C%87%E4%BB%A4.md) -- private ## Related - [The exec builtin command](http://wiki.bash-hackers.org/commands/builtin/exec) - [gosu 使用](https://github.com/moooofly/MarkSomethingDownLLS/blob/master/gosu%20%E4%BD%BF%E7%94%A8.md) -- private - [Use multi-stage builds](https://docs.docker.com/develop/develop-images/multistage-build/)