generated from oci/template
No description
|
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 9s
|
||
|---|---|---|
| .forgejo/workflows | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| Readme.md | ||
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
/datavolume
Configuration
- Data:
/data/{data,config} - Custom args: Append to
docker run