Unable to execute docker run nginx

Hi
I am not able to run the docker run nginx command in the Docker Playground as it shows some worker node processes getting executed till line 121 and then gets stuck there.
Also when I tried installing docker on Ubuntu Playground, it throws daemon error and doest not allow execution of docker run hello-world command

Hi @reachanuj81 ,
Thanks for highlighting this issue with us. We will check it and will update you back.

Regards,
KodeKloud Support

Hi
Kindly check as I tried many times using the playground and was unable to install Docker on Ubuntu Linux playground as it keeps throwing UNIX daemon error.
Also docker playground is not able to run nginx

Hi @reachanuj81 ,
I checked and didn’t see any issues with the Docker playground.

Please find the attached screenshot.

That’s an internal process of the nginx container.

If you don’t want to see those outputs then use the -itd flag, it will run it in the background.

Reference: -

Regards,
KodeKloud Support