Ravi Srinivasan
2019-03-25 1ad1869d33452767e7560f5f9e76683b6e1aefd9
README.md
@@ -113,7 +113,7 @@
```bash
curl -L -O https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-mac.zip
unzip openshift-origin-client-tools-v3.11.0-0cbc58b-mac.zip
cp openshift-origin-client-tools-v3.11.0-0cbc58b-mac/oc /usr/local/bin/
cp oc /usr/local/bin/
chmod +x /usr/local/bin/oc
```
@@ -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>