How to enable DEBUG mode in Docker for IBM Websphere Traditional Image by Default
we have an application WAR that runs on traditional websphere. For local testing we create a docker image for our app based on the "ibmcom/websphere-traditional:8.5.5.22" docker image. This works fine as such, but when I want to debug my app…