From 313b8896df9370d28be45ea790902b0330f12e29 Mon Sep 17 00:00:00 2001
From: Ravi Srinivasan <rsriniva@redhat.com>
Date: Wed, 06 Feb 2019 03:52:46 +0100
Subject: [PATCH] Fixed do500-toolbox URL. Changed to quay.io/redhat

---
 exercises/README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exercises/README.md b/exercises/README.md
index 7a42f84..3731d0d 100644
--- a/exercises/README.md
+++ b/exercises/README.md
@@ -157,7 +157,7 @@
 
 * Pull the container image containing the tools and utilities that are required for running Ansible playbooks:
 ```bash
-docker pull quay.io/jrigsbee/do500-toolbox
+docker pull quay.io/redhat/do500-toolbox
 ```
 * Create a working directory under your ***C:\*** drive to store the lab exercise files and Ansible playbooks
 ```bash
@@ -166,7 +166,7 @@
 
 * Launch the container and run a quick test:
 ```bash
-docker run -it -v C:/do500-workspace:/home/tool-box/workarea:Z quay.io/jrigsbee/do500-toolbox /bin/bash
+docker run -it -v C:/do500-workspace:/home/tool-box/workarea:Z quay.io/redhat/do500-toolbox /bin/bash
 ```
 
 <b><span style="color:red">NOTE</span></b>

--
Gitblit v1.9.3