tailhook / vagga-docker

This is a prototype which brings vagga as the first-class tool to OS X and (possibly) windows through docker's layer of compatibility
10 stars 5 forks source link

vagga-docker should read global settings as well as vagga for linux #4

Open a-urth opened 8 years ago

a-urth commented 8 years ago

Currently vagga-docker doesn't read global settings from following files $HOME/.config/vagga/settings.yaml $HOME/.vagga/settings.yaml $HOME/.vagga.yaml

This is especially a problem due to some issues with fresh ubuntu installation (https://github.com/tailhook/vagga/issues/263)

Version of vagga-docker - latest Version of docker for mac - 1.12.0-rc2-beta17

tailhook commented 8 years ago

Mirror settings along with some other things work since 14781d0.

Known thing that doesn't work yet is external-volumes (ping me if you need this in the short term, I'm not sure I'll implement them before the merge otherwise);

a-urth commented 8 years ago

pathlib.Path.home() is python 3.5 only so readme should be updated accordingly

tailhook commented 8 years ago

Fixed to work with python3.4. I don't know if it matters much, but it was easy.