arulask / Docker-registry

Apache License 2.0
0 stars 0 forks source link

Docker daemon failed to start with errors #1

Open arulask opened 1 year ago

arulask commented 1 year ago

With docker daemon version 18.03-CE, we are facing the below errors on docker start up at times on the host system restart.

Questions:

  1. How can we rectify this issue ?
  2. Is there a fix advised for this issue ?

Error : 1.) Error starting daemon: error initializing graphdriver: mkdir /data/dockerfs/overlay2: file exists 3.) Error starting daemon: mkdir /data/dockerfs/runtimes: structure needs cleaning

Command used to start daemon: dockerd --data-root /data/dockerfs/ --iptables=false&

Docker version:

docker version

Client: Version: 18.03.1-ce API version: 1.37 Go version: go1.9.2 Git commit: 9ee9f40 Built: Thu Apr 26 07:10:00 2018 OS/Arch: linux/arm64 Experimental: false Orchestrator: swarm

Server: Engine: Version: 18.03.1-ce API version: 1.37 (minimum version 1.12) Go version: go1.9.5 Git commit: 9ee9f40 Built: Thu Apr 26 07:18:19 2018 OS/Arch: linux/arm64 Experimental: false #

Kernel version:

cat /etc/os-release

NAME=LINUX VERSION=4.19.183

arulask commented 1 year ago

@thaJeztah Can you please provide your thoughts here.