Level 1: "Install docker package"

Hello Team,

When I tried to run a docker image after installing docker-ce, getting below error:

docker: Error response from daemon: using mount program fuse-overlayfs: 
unknown argument ignored: lazytime /proc seems to be mounted as readonly, 
it can lead to unexpected failuresfuse: device not found, try 'modprobe fuse' first

Can you please help?

Regards,
Srikanth

Hi @srikanth

How did you install the docker and which image did you try to install?

Hello @mmkmou,

Sorry for the delay in response. I have tried to install docker-ce on centos 8 as this is the first task in KodeKloud Engineer. After installing docker-ce by following official documentation. I tried to run the hello-world docker image to test the installation. That’s when I got the above error.

Regards,
Srikanth

Hello @mmkmou, I have resolved the error. My mistake. I have to first update the system and install the docker. Thanks for looking into this.