Greetings,
I am building/running this book applications on Windows 10 Home Edition.
Docker Community Edition for Windows prevented me to use Hyper V and forced Docker Toolbox.
Docker Toolbox seems functional since I can run the commands:
docker info and docker run hello-world
I am able to build all chapter applications with mvn clean package docker:build. However, starting with Chapter 3 I've had multiple exceptions while running docker-compose -f docker/common/docker-compose.yml up. I tried running from DOS shell and from Cygwin shell with the same result.
I have the following questions:
1. Does Docker Toolbox is good enough for this book apps or I have to upgrade Windows 10 Pro?
2. Has anyone succeeded in running all chapters apps on Windows?
If yes, what changes to app configurations have you made?
3. Are these configurations documented anywhere in the book? I followed README.md in each chapter for building and running apps.
Thanks,
Vitaly
|