I want to check if docker image with a specific tag exist on registry.
I saw this post: how-to-check-if-a-docker-image-with-a-specific-tag-exist-locally
But it handles images on local system.
How can I use docker image inspect
(or other commands) to check if image with specific tag exists on remote registry ?