Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gliffy Diagram
nameDev and Debug in container
pagePin1

  1. Keep consistency: Avoiding inconsistency due to different dependency/lib on local machine v in container
  2. Centralised dependency/lib management: Only one member needs to update the config (requirements.txt) in docker, and all other members will have access to updated dependency/libs automatically after git pull
  3. Save space: Avoiding install/keep the same dependency/lib twice, i.e. on local machine and in containerKeep consistency: Avoiding inconsistency due to different dependency/lib on local machine v in container

Step-by-step guide

...