Skip to content

Commit a4595a7

Browse files
authored
Merge pull request #63 from oracle-devrel/develop
Update Launch_Docker_container.md
2 parents 78b497b + b74d6cc commit a4595a7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cd3_automation_toolkit/documentation/user_guide/Launch_Docker_container.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ To ease the execution of toolkit, we have provided the steps to build an image w
2525

2626
<img width="746" alt="image" src="https://github.com/oracle-devrel/cd3-automation-toolkit/assets/103548537/22e71261-63dc-4218-a3f6-9ef98df820e2">
2727
28-
* Login to the CD3 docker container using next section and run below cmds to set the proxy,
28+
* Login to the CD3 docker container using next section and set the proxies which helps to connect internet(if any) from container.
2929

30-
```
31-
export http_proxy=http://www-proxy-brmdc.us.oracle.com:80/
32-
export https_proxy=http://www-proxy-brmdc.us.oracle.com:80/
33-
export no_proxy=localhost,127.0.0.1/16,.us.oracle.com,.oraclecorp.com
34-
```
3530
## Run the CD3 container
3631
* Run ```docker run --platform linux/amd64 -it -d -v <directory_in_local_system_where_the_files_must_be_generated>:/cd3user/tenancies <image_name>:<image_tag>```
3732
* Run ```docker ps```

0 commit comments

Comments
 (0)