Sign inSign up

builditftorelli/restbox

By builditftorelli

•Updated over 9 years ago

Rest Command line executor

Image
0

59

builditftorelli/restbox repository overview

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); ...................

Tag summary

Content type

Image

Digest

Size

148.5 MB

Last updated

over 9 years ago

docker pull builditftorelli/restbox:8