Checks if a Docker image with the given name and tag exists locally.
The name of the Docker image (e.g., "block-node-server").
The tag of the Docker image (e.g., "0.12.0").
True if the image exists, false otherwise.
Checks if a Docker image with the given name and tag exists locally.