nautobot-docker-compose
nautobot-docker-compose copied to clipboard
Docker swarm
Trying to get the compose file to work on Docker Swarm but all containers exits with error code 137. Only Redis and Postgres container is working.
What is error code 137? Is that something from Docker itself?
It looks like Error 137 is related to not enough memory. How is Swarm handling the memory allocations for the containers?
https://www.containiq.com/post/exit-code-137
This appears to be a resource issue related to the Docker Swarm platform so I don't believe is anything that we need to address. Closing.