📜  pod 内的命令 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:57.263000             🧑  作者: Mango

代码示例1
#Append this to end of spec in containers 
>> command: ["/bin/sh"]
   args: ["-c", "while true; do echo hello; sleep 10;done"]