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
Hi, I've installed docker on my raspberry pi 4 model B and now I want to run openjdk in version 13. I use docker pull openjdk:13.0.2 to pull the image but I get the error:
13.0.2: Pulling from library/openjdk
no matching manifest for linux/arm/v7 in the manifest list entries
I've tried the default tag but the error is the same.
I'm using Noobs as OS and I've tried to run docker run hello-world to test that docker is working and it works ok.
The text was updated successfully, but these errors were encountered:
Hi, I've installed docker on my raspberry pi 4 model B and now I want to run openjdk in version 13. I use
docker pull openjdk:13.0.2
to pull the image but I get the error:I've tried the default tag but the error is the same.
I'm using Noobs as OS and I've tried to run
docker run hello-world
to test that docker is working and it works ok.The text was updated successfully, but these errors were encountered: