Docker: Cache cargo downloads with named volume
Created by: andre-richter
Problem: Currently, cargo downloads dependencies on every single run.
Solution: Get rid of this overhead by caching /home/user/.cargo in a named volume.
Changes introduced by this pull request: Changes in docker/README.md
Drawbacks: Some additional disk space for the named volume is occupied.
TODOs:
Fixes:
State: ready
Blocking/related:
Other: