Skip to content

Why using container for development

Overview

The main reason is to make the development environment more consistent and predictable.

Let me explains:

  • The script of Dockerfile and docker-compose can expreses the services required

  • It's can be swap into production deployment with configuration

  • It's can be swap into development environment

There can be easy start