Say I have this image tag "node:9.2" as in FROM node:9.2...
FROM node:9.2
is there an API I can hit to see if image with tag "node:9.2" exists and can be retrieved, before I actually try docker build ...?
docker build ...
Yes.
docker image pull node:9.2