Live data from Hacker News

Shipping software with docker

solidgeargroup.com

1–4 of 4 posts

Re: Shipping software with docker

#3

I think is a good tool even for developing, everybody with the same environment and very close to the production one

Several things that you can improve with docker:

- Hard to create dev instances

- Speed of deployment

- Debugging problems because it's "different in production"

- Manual intervention

- Confidence in deployment

- Hard to setup a new member working on something

Re: Shipping software with docker

#4

I think is a good tool even for developing, everybody with the same environment and very close to the production one

Several things that you can improve with docker: - Hard to create dev instances - Speed of deployment - Debugging problems because it's "different in production" - Manual intervention - Confidence in deployment - Hard to setup a new member working on something

WOW, I haven't though about some of them. Thanks