Skip to content

Commit 32fcb89

Browse files
authored
Update README.md
1 parent 23ef932 commit 32fcb89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

3333
### Pre-requisites
3434
* Git
35-
* Any docker cli compatible platform such as Docker or Rancher.
35+
* Any docker CLI compatible platform such as Docker or Rancher.
3636
* Local Directory - A directory in your local system that will be shared with the container to hold the generated Terraform files.
3737
* OCI Tenancy Access Requirement -
3838
Appropriate IAM policies must be in place for each of the resources that the user may try to create.
@@ -57,7 +57,7 @@ Minimum requirement for the user to get started is to have the ability to read t
5757

5858

5959
### To run the CD3 container and exec into it
60-
* Run <i>"docker run --platform linux/amd64 -it -d -v <local_directory_path_in_system_where_the_files_must_be_generated>:/cd3user/tenancies <image_name>:<image_tag>"</i>
60+
* Run <i>"docker run --platform linux/amd64 -it -d -v <directory_in_local_system_where_the_files_must_be_generated>:/cd3user/tenancies <image_name>:<image_tag>"</i>
6161
* Run <i>"docker ps"</i>
6262
* Run <i>"docker exec -it <container_id> bash"</i>
6363
<br><br>

0 commit comments

Comments
 (0)