Jason Favrod

Results 5 comments of Jason Favrod

From the README: > It does this by detecting typical package/project root files/folders (e.g. .git, requirements.txt, etc.), but it can also be overriden easily if needed. It would be nice...

I think my efforts may be confounded by the fact that I'm running in a Python virtual environment.

I set up a simplified example... ``` $ tree . ├── Dockerfile ├── Pipfile ├── Pipfile.lock └── src └── index.py 1 directory, 4 files ``` Here's the contents of the...

I just tried from the above, and it works. I tried to make the example more like the situation where I was experiencing the problem, but it still works. ```...

I was having the same problem on a Mac (using Rancher 1.6). This helped me: https://rancher.com/docs/rancher/v1.6/en/cattle/volumes/ I had to modify my docker-compose volume situation, but I did get things working.