Sign inSign up

mkaag/yacy

By mkaag

Updated about 11 years ago

Image
0

1.3K

mkaag/yacy repository overview

docker-yacy

Docker Hub

This repository contains the Dockerfile to build YaCy for Docker.

Base Docker Image
Installation
docker build -t mkaag/yacy github.com/mkaag/docker-yacy
Usage
Basic usage
docker run -d -p 8090:8090 mkaag/yacy
Using persistent volume
docker run -d -p 8090:8090 \
-v /opt/apps/yacy/lib:/var/lib/yacy \
-v /opt/apps/yacy/etc:/etc/yacy \
mkaag/yacy
Security

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

Tag summary

Content type

Image

Digest

sha256:84f0d0d02

Size

-

Last updated

about 11 years ago

docker pull mkaag/yacy