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