Assuming you knew little bit about docker, how much time would dev require to write dockerfile (configure dependencies and make production usable).<p>Also, I'm looking for approximate time and what would you recommend to junior dev or senior dev who are just starting with docker.<p>Basically i'm looking for some realistic experience with timeline dev would take as my company going start using this technology. I love to hear your thoughts on it.
We usually copy an existing one and just edit it to do what we want. I would say a day or two for someone that has never used docker to make a somewhat complex dockerfile<p>To get something simple running where you start with an existing file and just add your executable to the container, less than an hour.<p>You should hire somebody to manage the Kubernetes container infrastructure you'll probably end up with. Devops guys handle it where I've worked. Docker on a local machine is relatively simple, but deploying the containers to a production environment using Kubernetes is currently extremely complex