|
|
|
|
|
by 2rsf
1314 days ago
|
|
Just use it if you find the need and it's the right tool for the job at hand. As a tester I use containers for setting up clean test environments, when writing code I use it to get the latest and greatest dev environment from a common depot and on CI platforms it is useful to get all the tools and environment you need setup for you. It works for every language, some are easier to set up than others though, I never got a debugger to work in a container but never had the need to. It's best to use the same image for dev test and prod, but not the same running container. |
|