Skip to content

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

Open
@groovyman

Description

@groovyman

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions