fix: remove fabricated Docker installation instructions#15
Merged
Conversation
The Docker section added in 3c66265 contained: - A non-existent Docker image (freenetorg/freenet:latest) - Fabricated port numbers (50509, 56208/udp) No official Freenet Docker images are published to Docker Hub. The Dockerfiles in freenet-core are for CI/testing only. Also removes the WSL2 Docker troubleshooting section since it referenced the non-existent Docker support. The WSL2 networking info (from fluffomat) was valid and can be re-added when official Docker support is implemented. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Problem
Commit 3c66265 added Docker installation instructions to the quickstart page that contain fabricated information:
freenetorg/freenet:latestdoesn't exist on Docker Hub50509and56208/udpdon't correspond to any actual Freenet configuration (gateway uses 31337, WebSocket API uses 7509)This was flagged by fluffomat on Matrix when they tried to pull the image.
Changes
Notes
The WSL2 networking configuration (contributed by fluffomat) was technically valid information. It can be re-added when official Docker images are actually published.
The Dockerfiles in
freenet-core/docker/are for CI/testing infrastructure only and aren't published to Docker Hub.[AI-assisted - Claude]