运维开发 Dockerfile 的 CMD 和 ENTRYPOINT 区别与联系 一、CMD 和 ENTRYPOINT 使用方法 CMD 命令的三种用法: The CMD instruction has three forms: # exec 形式,这是首选形式,即官方推荐 CMD ["executable","param1","param2"] (exec form, this is the preferred fo…