What is the recommended workflow for Nomad on macOS?
I’ve got a Dockerfile and want to be able to pull this into Nomad from Docker for Mac. I’ve tried building a local image and setting the image name within Nomad, but it says “Not found” as I assume it’s trying to pull it from Docker Hub.
It’d be appreciated if people share their development workflows. I don’t really want to keep pushing to a remote registry, only to pull it down to the same machine to test the nomad jobs.
Regards,
-Mathew