Skip to content

Commit 04820ae

Browse files
authored
Update README.md
1 parent c698121 commit 04820ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Minimum requirement for the user to get started is to have the ability to read t
3737
### To build an image
3838

3939
* Change directory to cd3-automation-toolkit(i.e. the cloned repo in your local).
40-
* Run docker build -t cd3toolkit:${image_tag} -f Dockerfile --pull --no-cache .<br/>
40+
* Run docker build --platform linux/amd64 -t cd3toolkit:${image_tag} -f Dockerfile --pull --no-cache .<br/>
4141
<br /><b>Note</b> : <i>${image_tag} should be replaced with suitable tag as per your requirements/standards.</i>
4242

4343
### To save the image (Optional)
4444
* Run docker save cd3toolkit:${image_tag} | gzip > cd3toolkit_${image_tag}.tar.gz
4545

4646

4747
### To run the CD3 container and exec into it
48-
* Run docker run -it -d -v <path_in_local_system_where_the_files_must_be_generated>:/cd3user/tenancies <image_name>:<image_tag>
48+
* 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>
4949
* Run docker ps
5050
* Run docker exec -it <container_id> bash
5151
<br><br>

0 commit comments

Comments
 (0)