From e0ffbcc04c3149dd99866d56081bebc33a0a72cb Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 26 Oct 2016 09:05:32 +0200 Subject: Update docker information - Original maintainer retires from the team - Add README.md[1] from which docker hub will pull the full description [1] https://docs.docker.com/docker-hub/builds/#/understand-the-build-process Change-Id: Ib3aa926bf7a46430d09c72493f8cf73cac73b843 Signed-off-by: Yujun Zhang --- docker/Dockerfile | 2 +- docker/README.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docker/README.md (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index 204400cc..8d951fc5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:14.04 -MAINTAINER Nauman Ahad +MAINTAINER Yujun Zhang LABEL version="0.1" description="OPNFV QTIP Docker container" diff --git a/docker/README.md b/docker/README.md new file mode 100644 index 00000000..35ac0935 --- /dev/null +++ b/docker/README.md @@ -0,0 +1,11 @@ +# QTIP The Indices for Performance + +[QTIP] is an [OPNFV] project. + +It aims to build a platform for creating and sharing indices of [NFVI] performance. + +See the [project vision](https://wiki.opnfv.org/display/qtip/Vision) for more details. + +[QTIP]: https://wiki.opnfv.org/display/qtip +[OPNFV]: https://www.opnfv.org +[NFVI]: https://en.wikipedia.org/wiki/Network_function_virtualization -- cgit 1.2.3-korg