From fb72a0efc61a22f42bbbea4e5597f5facd9cd717 Mon Sep 17 00:00:00 2001 From: Eduard Tomas Date: Fri, 19 May 2017 13:19:20 +0200 Subject: [PATCH] update to doc --- deploy/az/vms/readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/deploy/az/vms/readme.md b/deploy/az/vms/readme.md index a2e9c42b7..ad9993e53 100644 --- a/deploy/az/vms/readme.md +++ b/deploy/az/vms/readme.md @@ -51,4 +51,13 @@ You can use this information to connect your new VM. ## Deploy services in the VM -We are providing public images of the services in DockerHub (https://hub.docker.com/u/eshop/). +We are providing public images of the services in DockerHub (https://hub.docker.com/u/eshop/). To use these images, just create a folder in the VM and copy +following files to it (those files are in the root of the repo): + +1. `docker-compose.yml` +2. `docker-compose.prod.yml` + +Then log into the VM and run the command `docker-compose -f docker-compose.yml -f docker-compose.prod.yml up --no-build -d` to start all the microservices. + + +