Getting the same issue.
The reason, I'm fairly sure for me at least, was that I downloaded the code from the git repository onto my windows machine. Apparently git automatically converts unix lines to windows. So many of the commands for the Dockerfile aren't working properly. First I was trying to manually convert them without too much success.
In the end I just downloaded the src zip file directly from Manning Publications website and then all the examples started working like magic.
|