Hi,
I was trying to use rancher to manage my multi-service applications, since I was quite new to the system I was struggling trying to understand why I could not get anything right.
Then I have found this bug and all become clear, all my efforts to get a stack up and running were wasted because the dockerfile
directive is ignored.
This seems to me a very important piece of the puzzle and I cannot understand how and why this is not treated as a serious bug.
Maybe I am missing something and somebody can suggest me a different approach on what I am trying to do:
- get a postgresl service
- Run a Django app with uwsgi
- Expose it via nginx
Maybe somebody can show me how I can do this without differentDockerfile
instances.