theycallmemac / odin

A programmable, observable and distributed job orchestration system.
MIT License
471 stars 20 forks source link

Dockerfile builds docker image! #61

Closed ylmcc closed 3 years ago

ylmcc commented 3 years ago

49 A few things to be considered you will need to change the IP in the Dockerfile and in odin-engine/config/odin-config.yml

Another thing to be aware of a mongodb instance needs to be running

  1. Build the image using the Dockerfile
  2. Run the command: docker run odin
ylmcc commented 3 years ago

Restored Makefile main.go back to the same as the repo.

ylmcc commented 3 years ago

Redoing the dockerfile so the repo size isnt doubled will need to test anyway

ylmcc commented 3 years ago

Will resubmit a better pull request, docker file will be with the rest instead of in the docker directory due to how docker files operate