Is there a way to add a check on the docker.mk file to see if the there is an internet connection and not do a docker-compose pull if not connected?
I sometimes run a dev environment without internet (airplane) and this command fails. I do get around it by running docker-compose up -d, but was wondering...