Java-Based Container Troubleshooting
Several options can be used to diagnose issues with Java-based containers.
Use the --verbose
option to access additional information about what the
Java process control script is doing, similar to the following example:
docker run --rm r.m0012242008.com:18080/gateway-proxy:5200 --verbose
You can use the --dry-run
option to see what would happen with your
current configuration without actually running the command.
docker run --rm r.m0012242008.com:18080/gateway-proxy:5200 --dry-run