Location of ~/.seammrc is an issue for Docker
paulsaxe opened this issue · 0 comments
paulsaxe commented
- MolSSI Workflow version: any
- Python version: any
- Operating System: any
Description
Docker is not happy about mounting the user's home directory and warns about performance. We need to move ~/.seamrc to ~/.seamm.d/seammrc so that Docker can mount ~/.seamm.d -- which is safer. ~/.seammrc should be automatically moved to ~/.seamm.d/seammrc if that file does not exist, so this change is transparent to users.