Hi Docker users and Experts,
i am evaluating the best way to use docker in out environment. i am finding it difficult and need some explaination and answers of my doubts.
Let me explain my application: We have our application running on centOS, and our app is tightly coupled with OS and its partition layout. we have few services running as part of our application which mount certain partition and work on them.
When thought of creating base centOS image first and import into docker but what i observe is this container has all the files and directory structure fine but what about DiskLayout? how to deal with it? i need to have specific disklayout to run my application. how shuld i think about dockerizing my app in that case?
Am i going/thinking in wrong direction? please help me with these basic doubts i have.