Skip to content

Instantly share code, notes, and snippets.

@shivaram235vemula
Forked from MaheshwarReddyGade/MS.sh
Created April 20, 2023 17:04
Show Gist options
  • Save shivaram235vemula/fd796428b7d044e28407db5d37bb6bd8 to your computer and use it in GitHub Desktop.
Save shivaram235vemula/fd796428b7d044e28407db5d37bb6bd8 to your computer and use it in GitHub Desktop.
managed server
#replace EBS Asserter public ip with actual value.
docker run -d --name asrPOCserver1 --link wlsadmin:wlsadmin --network=SampleNET -p 7003:7003 -p 30018:7018 -v /u01/oracle/properties/domain.properties:/u01/oracle/properties -e MS_NAME=asrPOCserver1 wls:12.2.1.3.0 /u01/oracle/Middleware/domains/asr_domain/bin/startManagedWebLogic.sh asrPOCserver1 http://<EBS Asserter Public IP Address>:7001 -Dweblogic.management.allowPasswordEcho=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment