ETF is an open source testing framework for spatial data and services
252
This image is intended for testing the ETF validator on Windows.
It is based on the tomcat-win image.
The container can be started with the following command:
docker run -p 8080:8080 jonherrmann/etf-webapp-win
Please note that depending on your docker host configuration the container might not be accessible via http://localhost:8080 . Use docker inspect to get the IP address of the container:
docker inspect <CONTAINER ID>
will output something like:
"Networks": {
"nat": {
...
"IPAddress": "172.18.254.131",
...
}
}
The Dockerfile is on GitHub.
Content type
Image
Digest
Size
650 MB
Last updated
about 9 years ago
docker pull jonherrmann/etf-webapp-win