Docker CE Installation Error: Daemon not running

Hi everyone, I followed the directions below to install docker-ce on a ubunto 14.04.5 LTS (trusty) system. And got the error listed below whilst trying to run the daemon manually… Any ideas? thanx…

ERRO[0000] Failed to load cni during init, please check CRI plugin status before setting up network for pods error=“cni config l oad failed: no network config found in /etc/cni/net.d: cni plugin not initialized: failed to load cni config”

Hi :slight_smile:

Which version are you running?
Becuase i think there has been build a new version 7hours ago that will fix your issue :slight_smile:

18.06.0-ce apparently. I will try going to the newer version and hopefully that’ll fix this issue. Thanx Martin :slight_smile:

:~$ docker version
Client:
Version: 18.06.0-ce
API version: 1.38
Go version: go1.10.3
Git commit: 0ffa825
Built: Wed Jul 18 19:10:22 2018
OS/Arch: linux/amd64
Experimental: false

Just an update–

I downgraded to an older version of Docker and re-ran some of the installation steps and now Docker appeared to be working. thanx…

Philip