1. 程式人生 > >docker啟動報錯 docker: Error response from daemon: OCI runtime create failed: container_linux.go:348

docker啟動報錯 docker: Error response from daemon: OCI runtime create failed: container_linux.go:348

RoCE 問題 解決 roc process -- apt-get containe apt

問題描述

doker啟動時,報錯:docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:301: running exec setns process for init caused \"exit status 23\"": unknown.

環境:Ubuntu 14.04

原因

docker的版本和linux的內核版本不兼容

解決辦法

升級linux內核,執行下列命令

apt-get install --install-recommends linux-generic-lts-xenial

註意,更新了內核後,需要重啟系統。

參考github地址:https://github.com/docker/for-linux/issues/591

docker啟動報錯 docker: Error response from daemon: OCI runtime create failed: container_linux.go:348