0 votes
in DevOps by

Q.  How to build environment -agnostic systems with Docker?

1 Answer

0 votes
by

Ans is 

There are three main features helping to achieve that:

  • Volumes
  • Environment variable injection
  • Read-only file systems
...