-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add docker support for windows #14
Comments
I tried to get this to work and its just not working from either git-bash or google cloud console F:\PokeBattler\pokemongo-game-master>docker run -v "/f/PokeBattler/pokemongo-game-master/versions:/var/lib/pokemongo-game-master/versions" -v "/f/PokeBattler/pokemongo-game-master/GAME_MASTER.protobuf:/var/lib/pokemongo-game-master/GAME_MASTER.protobuf" -v "/f/PokeBattler/pokemongo-game-master/.git:/var/lib/pokemongo-game-master/.git" -v "/c/Users/celan/.gitconfig:/root/.gitconfig" -it "celan/pokemongo-game-master" -f /var/lib/pokemongo-game-master/GAME_MASTER.protobuf --latest F:\PokeBattler\pokemongo-game-master>docker run -v "F:\PokeBattler\pokemongo-game-master\versions:/var/lib/pokemongo-game-master/versions" -v "F:\PokeBattler\pokemongo-game-master\GAME_MASTER.protobuf:/var/lib/pokemongo-game-master/GAME_MASTER.protobuf" -v "F:\PokeBattler\pokemongo-game-master.git:/var/lib/pokemongo-game-master/.git" -v "C:\Users\celan.gitconfig:/root/.gitconfig" -it "celan/pokemongo-game-master" -f /var/lib/pokemongo-game-master/GAME_MASTER.protobuf --latest |
This is pretty critical for me by the way. I can't contribute without this. I tried both of the first 2 results from google (switching to /bin/sh and changing git lf) and they didnt help |
@celandro if it is just git, get rid of
it will make inside of the container the git commit / git tags, but not on your system. |
Nope that is not it. Im not sure what the issue is :\ |
@celandro I’ll boot up my Windows machine on sunday or during the week, try to figure it out. Ugh docker on windows is a pain the ass.. |
Is bad idée uses full path this get error at several users ./xxx/ work at work dir or root path of clone |
I think it should be reimplemented in Python or JavaScript or even java
…On Thu, Nov 1, 2018, 7:22 PM --=FurtiF™=-- ***@***.***> wrote:
Is bad idée uses full path this get error at several users ./xxx/ work at
work dir or root path of clone
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAX4gHovr9Bjgec_YKfhKUq0g_JPNWkaks5uq6xwgaJpZM4VgnjY>
.
|
Change the user directory for windows in the README.
See PR #12
The text was updated successfully, but these errors were encountered: