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

18 lines
515 B
Markdown

# Freenet Core Docker Container
Minimal Docker image for [Freenet Core](https://github.com/freenet/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
```bash
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`