aboutsummaryrefslogtreecommitdiffstats
path: root/docker-api/src/test/resources/simple-ipv6-server/README
diff options
context:
space:
mode:
Diffstat (limited to 'docker-api/src/test/resources/simple-ipv6-server/README')
-rw-r--r--docker-api/src/test/resources/simple-ipv6-server/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/docker-api/src/test/resources/simple-ipv6-server/README b/docker-api/src/test/resources/simple-ipv6-server/README
deleted file mode 100644
index 0cb96035c42..00000000000
--- a/docker-api/src/test/resources/simple-ipv6-server/README
+++ /dev/null
@@ -1,10 +0,0 @@
-Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-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>