From 377a832f533341b0a5d24b38950729b0a0fad9c6 Mon Sep 17 00:00:00 2001 From: luccioman Date: Fri, 3 Jun 2016 14:50:03 +0200 Subject: [PATCH] Fixed license link for display on DockerHub --- docker/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Readme.md b/docker/Readme.md index 0e254d346..6a3f1799e 100755 --- a/docker/Readme.md +++ b/docker/Readme.md @@ -2,7 +2,7 @@ [![Deploy to Docker Cloud](https://files.cloud.docker.com/images/deploy-to-dockercloud.svg)](https://cloud.docker.com/stack/deploy/?repo=https://github.com/luccioman/yacy_search_server/tree/docker/docker) -## Supported tags and respective Dockerfile links +## Supported tags and respective Dockerfiles * latest (Dockerfile) * lastet-alpine (Dockerfile.alpine) @@ -24,7 +24,7 @@ Using yacy_search_server/docker/Dockerfile : `luccioman/yacy:latest` -This image is based on latest stable official [java](https://hub.docker.com/_/java/) image provided by Docker. Embed Yacy compiled from latest git repository sources. +This image is based on latest stable official Debian [java](https://hub.docker.com/_/java/) image provided by Docker. Embed Yacy compiled from latest git repository sources. `luccioman/yacy:latest-alpine` @@ -96,4 +96,4 @@ Note that you can list all docker volumes with : ## License -View [license](../COPYRIGHT) information for the software contained in this image. \ No newline at end of file +View [license](https://github.com/yacy/yacy_search_server/blob/master/COPYRIGHT) information for the software contained in this image. \ No newline at end of file