How does nomad configure dockerfile to build docker

Thanks for the answer as shown

Hi @varqiao. Nomad itself does not configure nor build Docker containers; it only runs the containers. Please let me know if I have misunderstood the question.

Thanks,
jrasell and the Nomad team

Thank you for your answer. There was a mistake in my thinking, but I have solved the problem now. I first use Docker to build the image, then upload it to Docker Hub, and finally use Nomad to pull the image.