Verify Image Tags on DockerHub Registry

?
S
Bash

If the tags don't match the host system architecture the following error may occur: "no matching manifest for linux/amd64 in the manifest list entries" To check which image tag will contain tags for your system architecture you can CURL Dockerhub.

1curl -s https://registry.hub.docker.com/v2/repositories/library/node/tags/8.14.0/

Created on 11/28/2018