Docker容器正在运行并停止并在AWS ECS中抛出以下错误.有人可以帮忙吗
"CannotStartContainerError:API错误(400):OCI运行时创建失败:container_linux.go:348:启动容器进程导致"
我已将入口点设置如下.
["sudo service celeryd start && sudo service celerybeat start && service php7.0-fpm start && service rsyslog start && bash"]
它在本地机器上完美运行.
提前致谢.
我需要使用 prometheus 查询获取 kubernetes pod 中的 CPU 和内存使用情况。有人可以帮忙吗?