Skip to content

kaszarobert/restclient_docker

Repository files navigation

WizTools.org RESTClient via Docker

github actions workflow

A simple Docker image that builds RestClient.

Usage example (the current directory mounted to the container /app folder to open and save request and response files there):

docker container run -v $(pwd):/app --user $(id -u):$(id -g) -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix kaszarobert/restclient_docker:latest java -jar /application/restclient-ui.jar
docker container run -v $(pwd):/app --user $(id -u):$(id -g) -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix kaszarobert/restclient_docker:latest java -jar /application/restclient-cli.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published