Distributed Peer-to-Peer Web Search Engine and Intranet Search Appliance
90
Built from https://github.com/yacy/yacy_search_server/tree/master/docker
docker run -d --name yacy -p 8090:8090 -p 8443:8443 -v yacy_data:/opt/yacy_search_server/DATA --log-opt max-size=200m --log-opt max-file=2 blx32/yacy_search_server:aarch64-latest
YaCy web interface is then exposed at http://[container_ip]:8090
You can retrieve the container IP address with docker inspect.
You should modify this default password with page /ConfigAccounts_p.html when exposing publicly your YaCy container.
As configured in the Dockerfile, by default yacy data (in /opt/yacy_search_server/DATA) will persist after container stop or deletion, in a volume named "yacy_data"
Content type
Image
Digest
sha256:2b1276759…
Size
1.5 GB
Last updated
over 3 years ago
docker pull blx32/yacy_search_server:aarch64-latest