docker / kitematic

Visual Docker Container Management on Mac & Windows
https://kitematic.com
Apache License 2.0
12.25k stars 1.41k forks source link

Http 404 docker during docker pull #5650

Closed nijatrzayev1 closed 4 years ago

nijatrzayev1 commented 4 years ago

Expected behavior

Actual behavior

HTTP code 404

Information about the Issue

HTTP code 404 found error during docker pull

Steps to reproduce the behavior

  1. docker pull oracle/weblogic-kubernetes-operator
  2. (HTTP code 404) no such image - no such image: oracle/weblogic-kubernetes-operator:latest: No such image: oracle/weblogic-kubernetes-operator:latest
thaJeztah commented 4 years ago

Looks like that repository/image does not have a :latest tag on Docker Hub (https://hub.docker.com/r/oracle/weblogic-kubernetes-operator/tags?page=1), so you will have to specify a specific tag to use; here's the steps to do so (steps below are for the elasticsearch image, but the steps are similar for the image you're using):

screenshot 2019-02-28 at 11 13 10

Click on the ... button to view the image's details

screenshot 2019-02-28 at 11 13 25

Click on the Selected tag: latest to open the "tag selection" window

screenshot 2019-02-28 at 11 13 48

Click the tag / version of the image you want to run

screenshot 2019-02-28 at 11 13 57

Click the (X) to close the tag selector window

screenshot 2019-02-28 at 11 14 16

Click on the Create button to pull the image and start the container

Closing this ticket because it's not a bug but feel free to continue the conversation