TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How much time developer should take to write dockerfile

1 pointsby ameyvover 4 years ago
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&#x27;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&#x27;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.

2 comments

throwaway189262over 4 years ago
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&#x27;ll probably end up with. Devops guys handle it where I&#x27;ve worked. Docker on a local machine is relatively simple, but deploying the containers to a production environment using Kubernetes is currently extremely complex
nyx_over 4 years ago
Somewhere between 5 minutes and a month.
评论 #24417469 未加载