File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ 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
36
* Local Directory - A directory in your local system that will be shared with the container to hold the generated Terraform files.
37
37
* OCI Tenancy Access Requirement -
38
38
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
57
57
58
58
59
59
### 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 >
61
61
* Run <i >"docker ps"</i >
62
62
* Run <i >"docker exec -it <container_id> bash"</i >
63
63
<br ><br >
You can’t perform that action at this time.
0 commit comments