Ravi Srinivasan
2019-02-06 313b8896df9370d28be45ea790902b0330f12e29
exercises/1-the-manual-menace/README.md
@@ -34,7 +34,6 @@
> The Big Picture is our emerging architecture; starting with an empty cluster we populate it with projects and some ci/cd tooling.
![big-picture](../images/big-picture/big-picture-1.jpg)
_____
<!-- ## 10,000 Ft View
@@ -82,7 +81,10 @@
2. Clone the scaffold project to your local machine's `do500-workspace` folder and pull all remote branches for use in later exercises. You may see an error saying `fatal: A branch named 'develop' already exists.` This error can be safely ignored.
```bash
git clone https://github.com/rht-labs/enablement-ci-cd && cd enablement-ci-cd
git clone https://github.com/RedHatTraining/rht-labs-ci-cd enablement-ci-cd
```
```bash
cd enablement-ci-cd
```
```bash
./git-pull-all.sh
@@ -184,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
```