File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,13 @@ It reads input data in the form of CD3 Excel sheets and generates the terraform
32
32
33
33
### Pre-requisites
34
34
* 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.
36
37
* OCI Tenancy Access Requirement -
37
38
Appropriate IAM policies must be in place for each of the resources that the user may try to create.
38
39
Minimum requirement for the user to get started is to have the ability to read to the tenancy.
39
40
41
+
40
42
### To clone the repo
41
43
* Open your terminal and change the directory to the one where you want to download the git repo.
42
44
* 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
55
57
56
58
57
59
### 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 >
59
61
* Run <i >"docker ps"</i >
60
62
* Run <i >"docker exec -it <container_id> bash"</i >
61
63
<br ><br >
You can’t perform that action at this time.
0 commit comments