🐋🐋🐋DOCKER 🐋🐋🐋 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

🐋🐋🐋DOCKER 🐋🐋🐋

Who use Docker in his environment(especially web)? Is it worth to use it? Can give real implementations and experience?

15th Jul 2017, 8:38 PM
Вап
3 Answers
+ 4
I've used docker for deploying web services and I think it is a great tool for packing applications. There are also a lot of ready to run containers out there. For example if you are planning on running more than one application on a single machine that have different dependencies. Or if you want to deploy the same container on different machines or different platforms, then it's been very good for me.
22nd Jul 2017, 9:10 PM
Erik Rodhe
Erik Rodhe - avatar
+ 9
I use Docker for building Android source code, I can use one computer to compile different version of Android (different Java version, third party libraries...) by different kinds of Docker image, there's no need to create virtual machine. And it let everyone can use the same environment to compile the code, I mean If your team members all use the same Docker image, then you all have the same environment even if in different computer.
8th Sep 2017, 4:48 PM
Corey
Corey - avatar
+ 6
Deploying is it's main feature for web developers. Convenient, scalable, crossplatform!
22nd Jul 2017, 9:13 PM
Вап