Unable to execute docker commands

Hello Team!

I am using a Windows system (Win 11 pro). When I am trying to execute a docker run command I am getting an error. After that I logged in to docker’s hub from cmd, but even then the error persists. Please help me here.

Following is an attached screenshot from the issue

Hi @debdeepmitra

The error says it all. The whalesay image is not been updated for very long and contains only one tag latest pushed with v1 image scheme around 9 years ago.

Docker doesn’t support it, and recommends using the hello world image.
You can read more about it here.

Okay, got it. Thanks for your support :+1: