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

Bot not starting using docker #5893

Closed
ghost opened this issue Jan 28, 2017 · 1 comment
Closed

Bot not starting using docker #5893

ghost opened this issue Jan 28, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 28, 2017

Expected Behavior

I expect the Bot to start using the auth.json for authentification.

Actual Behavior

It does not start.

Instead i get the following output:

`PS C:\Program Files\Docker Toolbox> docker images
REPOSITORY TAG IMAGE ID CREATED
SIZE
pokemongo-bot latest 48bba7cb808e 6 minutes ago
108.4 MB
alpine latest 88e169ea8f46 4 weeks ago
3.984 MB

PS C:\Program Files\Docker Toolbox> docker run --name=bot1-pokego --rm -it -v $(
pwd)/configs/auth.json:/usr/src/app/configs/auth.json -v $(pwd)/configs/config.
json:/usr/src/app/configs/config.json -v $(pwd)/web/:/usr/src/app/web/ pokemongo
-bot
C:\Program Files\Docker Toolbox\docker.exe: Error parsing reference: "/configs/a
uth.json:/usr/src/app/configs/auth.json" is not a valid repository/tag.
See 'C:\Program Files\Docker Toolbox\docker.exe run --help'.`

Your FULL config.json (remove your username, password, gmapkey and any other private info)

config.json: link deleted
auth.json: link deleted

Steps to Reproduce

I did exactly what the installation notes using docker told me. I had to use Kitematic setting docker up using a VM since I am running on W7. https://github.com/PokemonGoF/PokemonGo-Bot/blob/dev/docs/installation.md#windows

@ghost ghost closed this as completed Jan 28, 2017
@ghost
Copy link
Author

ghost commented Jan 28, 2017

Solved:
Just had to enable the configs folder manually by clicking on settings in docker and then assign the configs folder as local folder to the docker folder

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants