Posts by Marcos Oliveira Soares • 34 points
3 posts
-
0
votes1
answer150
viewsA: Generate file . jar in Eclipse with Maven, application connects to Mysql
Apparently your jar does not contain the dependencies needed to run the application. Try to replace your plugin tag with this one below, it will cause Maven to manage your application’s jar and a…
-
2
votes1
answer538
viewsA: Initializing services in Docker container
I was able to solve my problem using the "supervisor" in my images. You can enter the settings in my Docker Hub: https://hub.docker.com/r/marcosoliveirasoares94/…
dockeranswered Marcos Oliveira Soares 34 -
0
votes1
answer538
viewsQ: Initializing services in Docker container
I have the following problem: I have a Docker image of Ubuntu with Openssh-Server up and running normally. I created a Wildfly image, such creation used as base the Ubuntu image with Openssh-Server…
dockerasked Marcos Oliveira Soares 34