Ravi Srinivasan
2019-02-06 313b8896df9370d28be45ea790902b0330f12e29
Fixed do500-toolbox URL. Changed to quay.io/redhat
3 files modified
8 ■■■■ changed files
exercises/1-the-manual-menace/README.md 2 ●●● patch | view | raw | blame | history
exercises/2-attack-of-the-pipelines/README.md 2 ●●● patch | view | raw | blame | history
exercises/README.md 4 ●●●● patch | view | raw | blame | history
exercises/1-the-manual-menace/README.md
@@ -186,7 +186,7 @@
9. Launch the toolbox container using the Windows command line terminal, and navigate to the `enablement-ci-cd` directory inside the container
```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
bash-4.4$ cd workarea/enablement-ci-cd
```
exercises/2-attack-of-the-pipelines/README.md
@@ -199,7 +199,7 @@
</p>
```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
```
```bash
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>