freenet/Readme.md
Merith-TK e6e946ce44
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 9s
it builds and it runs, needs further testing
2025-04-21 14:16:22 -07:00

515 B

Freenet Core Docker Container

Minimal Docker image for Freenet Core.

Quick Start

Make sure to expose the ports you need for the service to work, I dont know which ones are needed as I just recently found out about Freenet

docker run -v freenet_data:/data git.merith.xyz/oci/freenet

Features

  • Root/non-root support (RUN_AS=UID:GID)
  • Persistent /data volume

Configuration

  • Data: /data/{data,config}
  • Custom args: Append to docker run