Assuming I have registered a repo at Docker Hub, called MyRepo. Assuming I am working on a Docker image called MyImage. Assuming I have configured Docker Hub to build images from Dockerfiles available in my GitHub repo.
Problem: (I usually use the docker run shorthand instead of pulling, creating and starting.) Once I pull the image from Docker Hub, docker always uses the locally saved image for creating containers. Question: Is there a way to configure Docker to always check for newer versions of the image at Docker Hub and, if applicable, pull before creating containers?