CannotStartContainerError:API错误(400):OCI运行时创建失败:container_linux.go:348:启动容器进程导致

Gih*_*anS 9 amazon-web-services amazon-ecs docker dockerfile

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"]

它在本地机器上完美运行.

提前致谢.

Gpa*_*mar 0

尝试

[“sudo 服务 celeryd 启动 && sudo 服务 celerybeat 启动 && 服务 php7.0-fpm 启动 && 服务 rsyslog 启动 && /bin/bash”]

或 [“sudo 服务 celeryd 启动 && sudo 服务 celerybeat 启动 && 服务 php7.0-fpm 启动 && 服务 rsyslog 启动 && /bin/sh”]