cyberFund / cybernode-archive

🚀 Manager of docker images for cybernomics
MIT License
19 stars 4 forks source link

Goal - read-only containers - monitoring writes #101

Open abitrolly opened 7 years ago

abitrolly commented 7 years ago

We need to monitor containers to avoid writing to prevent excess resource usage. Things to look for:

  1. apps writing logs
  2. background services writing files

Monitoring should provide reliable signal when container fails due to attempt to write to read-only filesystem, or when its disk usage increases.

Monitoring is important to track dynamic behaviour of new versions of containers in staging before.