more documentation on Docker dev workflow
tracyhenry opened this issue · 1 comments
tracyhenry commented
Lack of documentation on Docker dev flow has led to people modifying docker files to run other apps...
We should have more documentation on:
- how to load new data (upcoming in distribute_citus)
- basic commands to log into container and postgres instances
- what if backend crashes
- what if there is new code (e.g. after running git pull)
- how to test a new app (e.g. how to force re-index, how to force not to re-index)
- more?