Docker images for GraphWalker CLI.
2.9K
Docker images for GraphWalker CLI.
Dockerfile links4.3.1, latest (graphwalker/Dockerfile)4.3.0 (graphwalker/Dockerfile)4.2.0 (graphwalker/Dockerfile)4.1.0 (graphwalker/Dockerfile)4.0.1 (graphwalker/Dockerfile)4.0.0 (graphwalker/Dockerfile)GraphWalker is an open source Model-Based testing tool for test automation. It's designed to make it easy to design your tests using graphs.
The GraphWalker command line interface is a tool for working with graphs.
The altwalker/graphwalker:latest tag will always point the latest release (which is, at the time of this writing, altwalker/graphwalker:4.3.0).
Up to the altwalker/graphwalker:4.2.0 tag all tags had installed OpenJDK 8 (because before version 4.3.0 the latest version of Java supported by GraphWalker was Java 8).
Beginning with the altwalker/graphwalker:4.3.0 tag all tags will have installed OpenJDK 11.
This image creates a script facilitating running GraphWalker's command line on a linux machine.
Dockerfile in your projectFROM altwalker/graphwalker:latest
CMD gw online -s RESTFUL
Then, run the commands to build and run the Docker image:
$ docker build -t my-graphwalker .
$ docker run --name my-running-graphwalker -p 8887:8887 my-graphwalker
Visit http://localhost:8887/graphwalker/getStatistics and you will see It works!
Start the GraphWalker REST service on a docker image:
$ docker run -it -p 8887:8887 altwalker/graphwalker:latest gw online -s RESTFUL
Visit http://localhost:8887/graphwalker/getStatistics and you will see It works!
Content type
Image
Digest
Size
689.1 MB
Last updated
over 5 years ago
docker pull altwalker/graphwalker