在 kubernetes-dashboard 中覆盖容器默认 args
2018-08-26 tech kubernetes docker 1 mins 1 图 159 字
"command": [
"cicd"
],
"args": [
"-mock"
],
command 会覆盖容器的 entrypoint,args 覆盖容器的 command。