joaoricardo000 / whatsapp-bot-seed

A small python framework to create a whatsapp bot, with regex-callback message routing.
726 stars 245 forks source link

Docker: image library/whatsapp-bot:latest not found. #93

Open Kolonigulus opened 7 years ago

Kolonigulus commented 7 years ago

Maybe it's just me, not knowing how to use docker, but after i succesfully build everything and i execute docker run -p 0.0.0.0:9005:9005 whatsapp-bot i only get: Unable to find image 'whatsapp-bot:latest' locally Pulling repository docker.io/library/whatsapp-bot C:\Program Files\Docker Toolbox\docker.exe: Error: image library/whatsapp-bot:latest not found. See 'C:\Program Files\Docker Toolbox\docker.exe run --help'.

Any suggestions what i could do?