diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-06-21 18:16:11 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-06-21 18:16:11 +0200 |
| commit | fa77a20012a508b497f776407caf780ca09a4c68 (patch) | |
| tree | 8fff4234603e02c6928eff25b787db71a6afdf57 /docker/Dockerfile.ArchLinux | |
| parent | c836eb95a373213b7a4a7d3c20b3cdad46ea1671 (diff) | |
enhanced Dockerfiles
Diffstat (limited to 'docker/Dockerfile.ArchLinux')
| -rw-r--r-- | docker/Dockerfile.ArchLinux | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docker/Dockerfile.ArchLinux b/docker/Dockerfile.ArchLinux index ea7d655d6..ebe8428d0 100644 --- a/docker/Dockerfile.ArchLinux +++ b/docker/Dockerfile.ArchLinux @@ -1,3 +1,12 @@ +# Arch Linux Docker image for YaCy + +# build with +# docker build -t yacy/yacy_search_server:archlinux -f Dockerfile.ArchLinux ../ + +# run with +# 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 yacy/yacy_search_server:archlinux + + FROM archlinux:latest # update the system and clean up |
