From fce69b6bb29b301e357176ac09dc4988759a20af Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Wed, 11 Apr 2018 19:34:51 -0500 Subject: [PATCH] Azure directions are also included --- prepare-vms/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare-vms/README.md b/prepare-vms/README.md index 03678fbb..8c09a60f 100644 --- a/prepare-vms/README.md +++ b/prepare-vms/README.md @@ -1,4 +1,4 @@ -# Trainer tools to create and prepare VMs for Docker workshops on AWS +# Trainer tools to create and prepare VMs for Docker workshops on AWS or Azure ## Prerequisites @@ -14,7 +14,7 @@ And if you want to generate printable cards: ## General Workflow - fork/clone repo -- set required environment variables for AWS +- set required environment variables (for AWS; placeholders otherwise) - create your own setting file from `settings/example.yaml` - if necessary, increase allowed open files: `ulimit -Sn 10000` - run `./workshopctl` commands to create instances, install docker, setup each users environment in node1, other management tasks