Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.64 KB

File metadata and controls

37 lines (30 loc) · 1.64 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 order SCS at http://ipadresss:8080/ . It goes to the order SCS.

  • Use docker-machine rm dev to destroy the virtual machine.