-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support remote Docker #21
Comments
Why not directly install winebuild alongside with the system that has docker? |
I'm not saying that you mustn't do that, I just describe the possibility that someone dosn't want to install winebuild on the same system on which docker is installed. When reading my own issue I understand that I forgot to add some additional context: |
I like the idea to use a python library. docker-py could be an option. |
Sounds good to me too |
System calls have been replaced with docker-py. Should not be too hard to support remote Docker now |
As far as I understand the code, winebuild currently requires docker to be installed alongside it to function correctly.
This may not be the case on every system.
Therefore, I think we should use a config file to specify the location of the docker service used by winebuild.
The text was updated successfully, but these errors were encountered: