Shipping software with docker
solidgeargroup.com
Shipping software with docker
1–4 of 4 posts
Re: Shipping software with docker
#2I think is a good tool even for developing, everybody with the same environment and very close to the production one
Re: Shipping software with docker
#3I 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
#4I 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