가상화/Docker
Docker run 실행시 OCI runtime create failed 관련 오류
세객
2019. 1. 4. 16:35
docker: Error response from daemon: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/632c2e5df37cfa3620dc8e5a5e46ce4c281239a4f14d7e393647232b8188446a/log.json: no such file or directory): runc did not terminate sucessfully: runc: symbol lookup error: runc: undefined symbol
: seccomp_version
: unknown.
도커로 tomcat 를 pull 하고 run 을 구동하는 도중에 생겨난 오류입니다.
https://github.com/moby/moby/issues/35906
해결방법은 위 주소에서 찾았습니다.
환경이 centos7 기반이라 yum update libseccomp 을 해주면 끝