Skip to content
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

Open
BrunnerLivio opened this issue Jul 25, 2018 · 7 comments
Open

Add docker support for windows #14

BrunnerLivio opened this issue Jul 25, 2018 · 7 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@BrunnerLivio
Copy link
Contributor

Change the user directory for windows in the README.

See PR #12

@BrunnerLivio BrunnerLivio added the bug Something isn't working label Jul 25, 2018
@celandro
Copy link
Collaborator

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
standard_init_linux.go:190: exec user process caused "no such file or directory"

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
standard_init_linux.go:190: exec user process caused "no such file or directory"

@celandro
Copy link
Collaborator

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

@BrunnerLivio
Copy link
Contributor Author

@celandro if it is just git, get rid of

-v "F:\PokeBattler\pokemongo-game-master.git:/var/lib/pokemongo-game-master/.git" -v "C:\Users\celan.gitconfig:/root/.gitconfig"

it will make inside of the container the git commit / git tags, but not on your system.

@celandro
Copy link
Collaborator

Nope that is not it. Im not sure what the issue is :\

@BrunnerLivio
Copy link
Contributor Author

@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..

@Furtif
Copy link
Contributor

Furtif commented Nov 2, 2018

Is bad idée uses full path this get error at several users ./xxx/ work at work dir or root path of clone

@celandro
Copy link
Collaborator

celandro commented Nov 2, 2018 via email

@Furtif Furtif added help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants