-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dockerfile and documentation #95
Conversation
feat: add Dockerfile and update README for Docker setup
README.md
Outdated
@@ -158,3 +158,35 @@ Open social networks often attempt to solve discovery natively within their netw | |||
- Their infrastructure would need to become a gossip overlay network, which may not be desirable. | |||
- Achieving consistency and load balancing would require further optimization, effectively reinventing a DHT. | |||
- If an overlay network is developed that surpasses the performance of a 10-million-node DHT with a 15-year track record, Pkarr should still be capable of utilizing your network as a backend, either as an alternative or alongside existing solutions. | |||
|
|||
3. **How can I run the Pkarr server using Docker?** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you replace this with a link to the server's readme, and move all this to the. server readme?
The root Readme is meant to be mostly theory, and only links to implementation/examples/deployment details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
remove docker instructions from root README.md
I'll be maintaining these in case fixes are needed.