cisco-ie / tdm

Telemetry Data Mapper to ease data discovery, correlation, and usage with YANG, MIBs, etc.
Apache License 2.0
37 stars 5 forks source link

Use Docker volumes instead of bind mounts #47

Open remingtonc opened 5 years ago

remingtonc commented 5 years ago

It was a good idea to use bind mounts when first building TDM & the ETL process but it has outlasted its usefulness and there's greater understanding of how Docker works. Using Docker volumes will be as easily debuggable and avoid permission issues etc.