New to Docker so if the solution is obvious bear with me …
PS C:\Temp\Postgresql> docker build --rm=true -t psu-ubuntu-java .
Sending build context to Docker daemon 4.608kB
Step 1/19 : FROM psu-ubuntu-java:latest
pull access denied for psu-ubuntu-java, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
Not sure what the response is telling me. I’m logged in as far as I know.
It was the latter. I’m new to Docker and created a mess then deleted all my images and containers (the one I needed to retain). So, I inadvertently deled the image I needed. Works now.