Sign inSign up

jonherrmann/etf-webapp-win

By jonherrmann

Updated about 9 years ago

ETF is an open source testing framework for spatial data and services

Image
0

252

jonherrmann/etf-webapp-win repository overview

DockerHub

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.

Tag summary

Content type

Image

Digest

Size

650 MB

Last updated

about 9 years ago

docker pull jonherrmann/etf-webapp-win