Quantcast
Channel: OpenKB::Open Access Technical Information
Viewing all articles
Browse latest Browse all 157

docker-ce segmentation fault on Raspbian (v18.09.03)

$
0
0

As of 2018 , Docker-Ce will cause a core dump on older Pi zero’s and Raspberry pi’s. Reference https://github.com/moby/moby/issues/38175

- The start-up result is done.
Nov 12 19:46:47 rpi1 systemd[1]: containerd.service: Main process exited, code=dumped, status=4/ILL
Nov 12 19:46:47 rpi1 systemd[1]: containerd.service: Unit entered failed state.
Nov 12 19:46:47 rpi1 systemd[1]: containerd.service: Failed with result 'core-dump'.

The fix for this is downgrade Docker CE to 18.06

sudo apt-get install docker-ce=18.06.1~ce~3-0~raspbian

The post docker-ce segmentation fault on Raspbian (v18.09.03) appeared first on OpenKB::Open Access Technical Information.


Viewing all articles
Browse latest Browse all 157

Trending Articles