Added curl dependency to allow running stopYACY.sh and /bin sh scripts.

pull/55/head
luc 9 years ago
parent c7bd040870
commit dd9d64ac65

@ -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

@ -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

Loading…
Cancel
Save