I have the following problem:
I have a Docker image of Ubuntu with OpenSSH-Server installed and working normally.
I created a Wildfly image, such a creation used as the base image of Ubuntu with OpenSSH-Server installed, however when starting Wildfly, SSH is not started.
My question: Do I have to start SSH in Wildfly Dockerfile, or does SSH initialization only need to be in the Ubuntu Dockerfile?