Skip to content

Commit b902a65

Browse files
authored
Update README.md
1 parent 851168c commit b902a65

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ It reads input data in the form of CD3 Excel sheets and generates the terraform
2121

2222
## Getting Started
2323

24-
### Pre-requisite
24+
### Pre-requisites
2525
* Git
26-
* Any docker cli compatible platform such as docker or rancher.
26+
* Any docker cli compatible platform such as Docker or Rancher.
2727
* OCI Tenancy Access Requirement -
2828
Appropriate IAM policies must be in place for each of the resources that the user may try to create.
2929
Minimum requirement for the user to get started is to have the ability to read to the tenancy.
@@ -33,17 +33,19 @@ Minimum requirement for the user to get started is to have the ability to read t
3333
* Run the git clone command as shown below:
3434
git clone https://github.com/oracle-devrel/cd3-automation-toolkit
3535
* Once the cloning command completes successfully, the repo will replicate to the local directory.
36-
* Run command "git pull" or "git pull <repo_web_url> main" to replicate any new changes to the repo upon a new release
3736

3837
### To build an image
3938

4039
* Change directory to cd3-automation-toolkit(i.e. the cloned repo in your local).
4140
* Run docker build -t cd3toolkit:${image_tag} -f Dockerfile --pull --no-cache .
42-
<br><br>
43-
### To save the image (Optional)
4441

42+
<b>Note</b> : <i>${image_tag} should be replaced with suitable tag as per your requirements/standards.</i>
43+
<br>
44+
45+
### To save the image (Optional)
4546
* Run docker save cd3toolkit:${image_tag} | gzip > cd3toolkit_${image_tag}.tar.gz
46-
<br><br>
47+
48+
4749
### To run the CD3 container and exec into it
4850
* Run docker run -it -d -v <path_in_local_system_where_the_files_must_be_generated>:/cd3user/tenancies <image_name>:<image_tag>
4951
* Run docker ps
@@ -55,9 +57,7 @@ https://github.com/oracle-devrel/cd3-automation-toolkit/blob/develop/cd3_automat
5557
<br><br>
5658
Please download the document from Github.
5759
<br>
58-
Note : ${image_tag} should be replaced with suitable tag as per your requirements/standards.
59-
60-
The above steps have been tested on Windows (Git Bash) and MacOS.
60+
<b>Note</b> : <i>The above steps have been tested on Windows (Git Bash) and MacOS.</i>
6161

6262
## Contributing
6363
This project is open source. Please submit your contributions by forking this repository and submitting a pull request! Oracle appreciates any contributions that are made by the open source community.

0 commit comments

Comments
 (0)