Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.7 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.7 KB

Run Microservices Demo with Docker Compose and Docker Machine

Docker Machine can create virtual machines to run Docker on. It supports Virtual Box but also many other technologies including several clouds. Docker Compose create all the Docker containers needed fot the systems.

To run the demo:

The result should be:

  • Docker Compose builds the Docker images and runs them.
  • Use docker-machine ip dev to find the IP adress of the virtual machine.
  • You can access the application at http://ipadresss:8080/ . It has a web page with links to all other services and the Consul dashboard,
  • Use docker-machine rm dev to destroy the virtual machine.