Initialization of services in container docker

0

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?

    
asked by anonymous 29.01.2017 / 04:19

1 answer

2

I was able to solve my problem using the "supervisor" in my images. You can enter the settings in my Docker Hub: link

    
25.03.2017 / 14:27