oracle / docker-images

Official source of container configurations, images, and examples for Oracle products and projects
https://developer.oracle.com/use-cases/#containers
Universal Permissive License v1.0
6.51k stars 5.41k forks source link

Trying to run a docker image and getting the error A properties file with username and passwords needs to be supplied #2647

Open jeenlearn opened 1 year ago

jeenlearn commented 1 year ago

I am trying to run this command docker run --name wlsnode01 -d -p 7001:7001 -p 9002:9002 -e DOMAIN_NAME=base_domain -v C:\Users\u\weblogic:/u01/oracle/properties container-registry.oracle.com/middleware/weblogic:14.1.1.0-dev-8

The domain.properties is saved inthe rigth folde mentioned. Im running the command from powershell.Please advise what need to be done.I have been stuck with issue .