Skip to content

Commit 0de0996

Browse files
authored
Merge pull request #24 from oracle-devrel/develop
Develop
2 parents cb9949b + 32fcb89 commit 0de0996

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ 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.
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 <directory_in_local_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)