I am running docker 26.1.3 on Ubuntu 24.03 running on virtual box, and when I perform sudo docker pull docker/whalesay
, it returns this:
Using default tag: latest
latest: Pulling from docker/whalesay
[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.io/docker/whalesay: latest to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docks.docker.com/go/deprecated-image-specs/
Running sudo docker images
says that I have no images. I am not even sure how to get more information on this issue since there are no errors.
I tried performing commands like ping google.com
to see if I was connected to the internet and this worked. I also tried running sudo docker run docker/whalesay cowsay boo
to see if it would create a container, which resulted in no container being created or any errors, it just gave the same output as when I tried to pull.