docker run doesn't pull down latest image if the image exists ...
github.com › moby › mobyMay 19, 2015 · @coderfi This is for docker run, support for pull already exists for docker build which is what you are most likely looking for given you refer to FROM lines in DockerFile. The need to also add this to docker run is most clear for tools like Docker compose being able to very simple being able to add such features for docker-compose up which ...