Skip to content

Commit 23ef932

Browse files
authored
Update README.md
Added out directory in pre-requisites.
1 parent 8aec413 commit 23ef932

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ It reads input data in the form of CD3 Excel sheets and generates the terraform
3333
### Pre-requisites
3434
* Git
3535
* Any docker cli compatible platform such as Docker or Rancher.
36+
* Local Directory - A directory in your local system that will be shared with the container to hold the generated Terraform files.
3637
* OCI Tenancy Access Requirement -
3738
Appropriate IAM policies must be in place for each of the resources that the user may try to create.
3839
Minimum requirement for the user to get started is to have the ability to read to the tenancy.
3940

41+
4042
### To clone the repo
4143
* Open your terminal and change the directory to the one where you want to download the git repo.
4244
* Run the git clone command as shown below:<br/>
@@ -55,7 +57,7 @@ Minimum requirement for the user to get started is to have the ability to read t
5557

5658

5759
### To run the CD3 container and exec into it
58-
* Run <i>"docker run --platform linux/amd64 -it -d -v <path_in_local_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 <local_directory_path_in_system_where_the_files_must_be_generated>:/cd3user/tenancies <image_name>:<image_tag>"</i>
5961
* Run <i>"docker ps"</i>
6062
* Run <i>"docker exec -it <container_id> bash"</i>
6163
<br><br>

0 commit comments

Comments
 (0)