Docker image should be downloaded
Giving error (HTTP code 404) unexpected - {"message":"manifest for hyperledger/fabric-couchdb:latest not found"}
What does your Dockerfile look like? This repository (hyperledger/fabric-couchdb) does not have a latest tag. To pull this image, you must reference one of the tags for the Docker hub. https://hub.docker.com/r/hyperledger/fabric-couchdb/tags/
If the image you're creating a container from doesn't have a :latest tag (which is the default), you need to manually select the tag to use from the UI;
Click the three "dots" to open the details pane for the image

Click on the "selected tag"

Select the image tag you want to use:

Click the close button ("X"):

Then click "create" to create a container using the image (and tag) you selected

Ideally you open an issue with the repo owner to let them know how frustrating it is that they don't have a latest image tagged
Thanks! it is working now.. Thanks a lot..
Most helpful comment
Thanks! it is working now.. Thanks a lot..