코드 잡동사니
Docker run 실행시 OCI runtime create failed 관련 오류 본문
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 을 해주면 끝
'가상화 > Docker' 카테고리의 다른 글
Docker 로그 기능 (0) | 2019.01.12 |
---|---|
Docker 네트워크 기능 (0) | 2019.01.12 |
Docker volume 관리 (0) | 2019.01.11 |
Docker 사용방법 (0) | 2018.12.31 |
Docker 설치 redhat, centos, ubuntu, raspbian (0) | 2018.12.31 |
Comments