Relative Content

Tag Archive for dockerdockerfile

Can’t see file changes/updates/creation in volumes in Docker

I am not sure what I am doing wrong with this. I am in the process of converting our python apps into Docker containers. During this development process I want to confirm everything is working correctly by reviewing the output logs, files, etc on my Windows machine however I cannot get volumes working so I can create or move files on the container and then have them be visible on the host Windows machine for A. persistance and B. review.