You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when running the whalesay example:
PS C:\Users\myself> docker run docker/whalesay cowsay Hello Python Users! 👋 🐍
Unable to find image 'docker/whalesay:latest' locally
latest: Pulling from docker/whalesay
docker: [DEPRECATIONNOTICE] 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://docs.docker.com/go/deprecated-image-specs/.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered:
I believe that this error is related to the mismatch between the Dokcer schema version you are using and the one that was used to create the whkesay image. It seems that this issue was fixed a few days ago.
I get this error when running the whalesay example:
The text was updated successfully, but these errors were encountered: