M00973914:ecr-token-refresh aruj$ sh -c "ping google.com &; sleep 10;echo Done waiting; exit 0;"
我尝试了几种不同的方式来包含&在命令中并在后台运行ping。 最后,我需要将命令包含在YAML文件中。我是从yaml转换器获得的,但它似乎无法正常工作
该行将作为
显示在yaml文件中"command": ["sh","-c","/bin/ecr-token-refresh &; sleep 100;echo Done waiting; exit 0;"],