Rest Command line executor
59
You can run a rest get (for now) call and recover information in a docker network.
docker run -d --name my-restbox builditftorelli/restbox:x.xxx.xx
Reference repo : https://github.com/fabriziotorelli-wipro/java-automation-machines
You can execute it as command line such as : docker exec my-restbox call-rest Or in Java (or other languages) as : String jsonOutput = null; String[] command = new String[]{"docker", "exec", "restbox", "call-rest", url}; ProcessBuilder builder = new ProcessBuilder(command); ...................
Content type
Image
Digest
Size
148.5 MB
Last updated
over 9 years ago
docker pull builditftorelli/restbox:8