Friday, June 21, 2024

Docker is good for ...

Docker is good for testing and production

Docker is a lightweight container, is small, fast and secure. Docker is easy to use (should be easy to setup as well).

Docker is good for testing and deploying. For sample, you want to test your application on Red Hat Linux. You don't want to install another machine, so your test it on Docker. For sure I prefer to test it on Alpine than Red Hat.

No comments: