0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Dockerコンテナ作成時にError response from daemonが発生する

Posted at

エラー内容

Dockerコンテナ作成時に下記エラーが発生し、作成できない

Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:297: copying bootstrap data to pipe caused \"write init-p: broken pipe\"": unknown.

環境

Ubuntu14.04
docker-ce 18.06.3

原因

Ubuntuカーネルのバージョンが低い(3x kernel)ため、
Docker(18.06.3)に対応できない

対応

1.UbuntuのOSバージョンアップ(稼働中はお勧めしない)
2.Dockerのダウングレード

→2で対応
指定したDockerバージョンは「18.06.1~ce~3-0~ubuntu」
手順はこちらを参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?