Show service scaling using docker-compose
Use docker-compose scale mywildfly=2 to show service scaling using docker-compose. This is to be added in chapters/docker-compose.adoc.
Just a fyi, compose isn't working on Windows at all. On Jun 5, 2015 6:19 PM, "Arun Gupta" [email protected] wrote:
Use docker-compose scale mywildfly=2 to show service scaling using docker-compose. This is to be added in chapters/docker-compose.adoc.
— Reply to this email directly or view it on GitHub https://github.com/arun-gupta/docker-java/issues/51.
Seems like compose can run as a Docker container?
http://stackoverflow.com/questions/29289785/how-to-install-docker-compose-on-windows
I validated, that there is no way to run compose as a plain python package without Cygwin or Babun (http://py-generic-project.readthedocs.org/en/latest/installing.html#babun).
Still struggling with the Docker container approach.
Can't even run as Docker container?
Finally getting there: http://blog.eisele.net/2015/06/docker-compose-on-windows-with-python.html
But it is a looooong way. I can't make the docker container approach to work.
Lets mark it as optional in this version of the workshop. We can always revisit this for subsequent delivery, ok?