From dd9d64ac6543cf53a93277d7d3d540ce931eb2ce Mon Sep 17 00:00:00 2001 From: luc Date: Mon, 30 May 2016 09:14:23 +0200 Subject: [PATCH] Added curl dependency to allow running stopYACY.sh and /bin sh scripts. --- docker/Dockerfile | 3 ++- docker/Readme.md | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 476b266a4..3d032042e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,7 +8,8 @@ RUN apt-get update && apt-get install -yq \ default-jdk \ default-jre-headless \ ant \ - git + git \ + curl # set current working dir WORKDIR /opt diff --git a/docker/Readme.md b/docker/Readme.md index a49057d91..f37adf916 100755 --- a/docker/Readme.md +++ b/docker/Readme.md @@ -46,7 +46,7 @@ You can retrieve the container IP address with `docker inspect`. docker run -v [your_host/data/directory]:/opt/yacy_search_server/DATA luccioman/yacy -This allow your container to reuse a data directory form the host. +This allow your container to reuse a data directory from the host. #### As background process @@ -65,3 +65,6 @@ This allow your container to reuse a data directory form the host. ### Shutdown * Use "Shutdown" button in administration web interface +* OR run : + + docker exec [your_container_name] /opt/yacy_search_server/stopYACY.sh