Skip to content

fix: remove fabricated Docker installation instructions#15

Merged
sanity merged 1 commit intomainfrom
fix-remove-fabricated-docker-docs
Feb 3, 2026
Merged

fix: remove fabricated Docker installation instructions#15
sanity merged 1 commit intomainfrom
fix-remove-fabricated-docker-docs

Conversation

@sanity
Copy link
Contributor

@sanity sanity commented Feb 3, 2026

Problem

Commit 3c66265 added Docker installation instructions to the quickstart page that contain fabricated information:

  1. Non-existent Docker image: freenetorg/freenet:latest doesn't exist on Docker Hub
  2. Fabricated ports: The ports 50509 and 56208/udp don'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

  • Remove the Docker installation section
  • Remove the WSL2 Docker troubleshooting section (since it references non-existent Docker support)

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]

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>
@sanity sanity merged commit e144f93 into main Feb 3, 2026
2 checks passed
@sanity sanity deleted the fix-remove-fabricated-docker-docs branch February 3, 2026 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant