Skip to content

Commit ac16faa

Browse files
authored
Merge pull request #21 from oracle-devrel/develop
Update README.md
2 parents 49ab4dc + 98db56a commit ac16faa

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,18 @@ Minimum requirement for the user to get started is to have the ability to read t
4646
### To build an image
4747

4848
* Change directory to cd3-automation-toolkit(i.e. the cloned repo in your local).
49-
* Run docker build --platform linux/amd64 -t cd3toolkit:${image_tag} -f Dockerfile --pull --no-cache .<br/>
50-
<br /><b>Note</b> : <i>${image_tag} should be replaced with suitable tag as per your requirements/standards.</i>
49+
* Run <i>"docker build --platform linux/amd64 -t cd3toolkit:${image_tag} -f Dockerfile --pull --no-cache ."</i><br/>
50+
<br /><b>Note</b> : ${image_tag} should be replaced with suitable tag as per your requirements/standards.
51+
<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;The period at the end of the docker build command is required.
5152

5253
### 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>
5455

5556

5657
### 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>
6061
<br><br>
6162
Follow the toolkit docs i.e. from the section <i>"Configuring the Docker Container to connect to OCI Tenancy"</i> in
6263
<a href="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

Comments
 (0)