Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: do not create an incomplete argument if no parameter is available #1911

Open
groovyman opened this issue Apr 22, 2021 · 0 comments
Open
Assignees
Labels

Comments

@groovyman
Copy link

groovyman commented Apr 22, 2021

docker run -d -p 9001:${adminport} -p 9002:${administrationport} --name ${adminhost} --hostname ${adminhost} -v ${scriptDir}/properties:/u01/oracle/properties -v ${domainhostvol}:/u01/oracle/user_projects/domains ${ENV_ARG} 12213-weblogic-domain-in-volume

If the property ADMINISTRATION_PORT_ENABLED has been left as false, then the port assignment to ADMINISTRATION_PORT will be ignored with the result of an remaining incomplete port mapping argument for:

$ podman run -d -p 9001:30011 -p 9002: --name AdminContainer --hostname AdminConta

Anyway, i found out, that you might have overseen the assignment of the ADMINISTRATION_PORT in the setEnv.sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants