You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: