feat: add Dockerfile and update README for Docker setup #94
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@SHAcollision I saw your branch
feat/dockerfile
after I did my own dockerfile! hahaha 😅So I've added a few instrucions in the readme and made this PR, feel free to delete it if you think your docker image has a better performance! 🚀
Description
This pull request introduces a Docker setup for the Pkarr server, allowing it to be built and run in a containerized environment. The changes include:
Motivation
Containerizing the Pkarr server simplifies deployment and provides a consistent runtime environment. This helps both developers and users by making it easier to run the server locally or in production with minimal setup.
Changes
How to Test
Build the Docker image:
docker build -t pkarr-server .
Run the Docker container:
Verify the server is accessible at http://localhost:6881.
Checklist
Added Dockerfile.
Update README with Docker instructions.
Ensure the container runs as expected with the default configuration.
Feel free to modify or expand this description to fit any additional details you wish to include.