summaryrefslogtreecommitdiffstats
path: root/docker-api/src/test/resources/simple-ipv6-server/README
blob: 76a36bb463045113c05ee194c9977532ad444663 (plain) (blame)
1
2
3
4
5
6
7
8
This is the source for a basic docker image that runs a python HTTP server listening at IPv6 port 80.
The server serves two basic paths:
    /ip     - returns IP address of the requester
    /ping   - returns string "pong"


To build the image run:
$ sudo docker build -t "simple-ipv6-server:Dockerfile" <path to this directory>