docker-java Questions

3

Solved

I'm using testcontainer version 1.15.2. Tests are run in intellij on windows 10. I have a wiremock container. By default it listens on the port 8080. I would like to map this port to let's say 8081...

3

We are having java code that runs curl command to fetch the some result. We have built a jar file and the jar file executes fine Now, when we try to dokerize the java program (using jar) and run ...
Acerbity asked 5/7, 2018 at 13:33

4

Solved

I want to create and run docker using docker java client. I want running something like this : docker run -d -p 4444:4444 --name selenium-hub selenium/hub:2.53.0 How to implement this command on...
Sieber asked 31/3, 2017 at 7:51

2

I created a fairly amount of docker-compose scripts which spawn up several services. I now want to control docker-compose in the JVM. Basically, I want to be able to execute up and down, ideally wi...
Caylor asked 12/11, 2017 at 15:2
1

© 2022 - 2024 — McMap. All rights reserved.