Hello ,
I’m just learning, and I’m trying to start Consul-Nomad in docker container and they are starting. I managed to build and connect Consul-container and Nomad -container(nomadClient-container and nomadServer-container) (registration from Nomad to Consul). Until then everything went well, I mean there were a couple of difficulties, but I solved them. I then tried to start a nomad job inside my nomad-client container, the job is started but a few seconds later it goes to “pending” and then to “dead” and this is repeated endlessly until I disable the nomad-client-container.
I have looked at the logs and there were 2 errors.
error-logs:
This is the job-log on Nomad-UI:
I don’t know how to solve them . I would be happy if you can help me