docker-images
docker-images copied to clipboard
Bug: do not create an incomplete argument if no parameter is available
https://github.com/oracle/docker-images/blob/376aada6fe5117abeff815234bb87f0a6183b064/OracleWebLogic/samples/12213-domain/run_admin_server.sh#L54
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.