This repository contains the Dockerfile to build YaCy for Docker.
docker build -t mkaag/yacy github.com/mkaag/docker-yacy
docker run -d -p 8090:8090 mkaag/yacy
docker run -d -p 8090:8090 \
-v /opt/apps/yacy/lib:/var/lib/yacy \
-v /opt/apps/yacy/etc:/etc/yacy \
mkaag/yacy
Use the env variable ADMIN_PASS to setup the password used by the admin account such as:
docker run -d -p 8090:8090 \
-v /opt/apps/yacy/lib:/var/lib/yacy \
-v /opt/apps/yacy/etc:/etc/yacy \
-e ADMIN_PASS=admin \
mkaag/yacy
Content type
Image
Digest
sha256:84f0d0d02…
Size
-
Last updated
about 11 years ago
docker pull mkaag/yacy