This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.9.2.4. 在容器内执行命令
您可以为容器添加命令,用来覆盖决镜像的 ENTRYPOINT
设置来改变容器的启动行为。这与生命周期 hook 不同,后者在每个部署的指定时间点上运行一次。
在部署配置的 spec
字段中添加 command
参数。您也可以添加 args
字段来修改 command
(如果 command
不存在,则修改 ENTRYPOINT
)。
例如,使用 -jar
和 /opt/app-root/springboots2idemo.jar 参数执行 java
命令: