You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<br /><b>Note</b> : ${image_tag} should be replaced with suitable tag as per your requirements/standards.
51
+
<br /> The period at the end of the docker build command is required.
51
52
52
53
### To save the image (Optional)
53
-
* Run docker save cd3toolkit:${image_tag} | gzip > cd3toolkit_${image_tag}.tar.gz
54
+
* Run <i>"docker save cd3toolkit:${image_tag} | gzip > cd3toolkit_${image_tag}.tar.gz"</i>
54
55
55
56
56
57
### To run the CD3 container and exec into it
57
-
* Run docker run --platform linux/amd64 -it -d -v <path_in_local_system_where_the_files_must_be_generated>:/cd3user/tenancies <image_name>:<image_tag>
58
-
* Run docker ps
59
-
* Run docker exec -it <container_id> bash
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>
59
+
* Run <i>"docker ps"</i>
60
+
* Run <i>"docker exec -it <container_id> bash"</i>
60
61
<br><br>
61
62
Follow the toolkit docs i.e. from the section <i>"Configuring the Docker Container to connect to OCI Tenancy"</i> in
62
63
<ahref="https://github.com/oracle-devrel/cd3-automation-toolkit/blob/develop/cd3_automation_toolkit/documentation/user_guide/01%20CD3%20Automation%20Toolkit%20-%20End%20to%20End%20Process.pdf">CD3 Automation Tookit - End To End Process Documentation</a>. Please download the document from Github.
0 commit comments