I have a python application implemented with python containing following components:
1. Database
2. python app upono anaconda
3. Linux OS
The idea is to dockerization these three components into isolated container and then linking them together by running.
To me it's clear how to link database image with linux image, but how can I combine anaconda and linux? Isn't anaconda suppose to be installed on linux system?