From 9cdccd40c7902d5e19492245bfbff4b16b6e18e7 Mon Sep 17 00:00:00 2001 From: jasonknudsen Date: Wed, 23 May 2018 08:17:46 -0700 Subject: [PATCH] Update README.md - typo Typo in instructions - should be pull_images not pull-images --- 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 7de6fb00..9b3d1ef2 100644 --- a/prepare-vms/README.md +++ b/prepare-vms/README.md @@ -103,7 +103,7 @@ wrap Run this program in a container - Run `./workshopctl deploy TAG settings/somefile.yaml` to run `lib/postprep.py` via parallel-ssh - If it errors or times out, you should be able to rerun - Requires good connection to run all the parallel SSH connections, up to 100 parallel (ProTip: create dedicated management instance in same AWS region where you run all these utils from) -- Run `./workshopctl pull-images TAG` to pre-pull a bunch of Docker images to the instances +- Run `./workshopctl pull_images TAG` to pre-pull a bunch of Docker images to the instances - Run `./workshopctl cards TAG settings/somefile.yaml` generates PDF/HTML files to print and cut and hand out to students - *Have a great workshop* - Run `./workshopctl stop TAG` to terminate instances. @@ -210,7 +210,7 @@ The `postprep.py` file will be copied via parallel-ssh to all of the VMs and exe #### Pre-pull images - $ ./workshopctl pull-images TAG + $ ./workshopctl pull_images TAG #### Generate cards