Skip to content

Document Docker usage in README (closes #9)#13

Merged
bryanroscoe merged 2 commits into
mainfrom
docs/issue-9-docker-usage
May 8, 2026
Merged

Document Docker usage in README (closes #9)#13
bryanroscoe merged 2 commits into
mainfrom
docs/issue-9-docker-usage

Conversation

@bryanroscoe
Copy link
Copy Markdown
Owner

Adds an Installation subsection for running the script inside Microsoft's official PowerShell container on Linux, using the approach @shawly verified in the issue thread:

  • --network host so the LAN scan works
  • iproute2 installed inside the container for auto-discovery

Also calls out the Docker Desktop limitation on macOS/Windows where host networking isn't available, directing those users to native PowerShell install or manual Connect IP.

Closes #9.

Adds an Installation subsection covering how to run the script inside
Microsoft's official PowerShell container on Linux. Calls out the two
non-obvious requirements (--network host, iproute2) and notes the
Docker Desktop limitation on macOS/Windows where host networking is
unavailable.

Closes #9
@bryanroscoe bryanroscoe force-pushed the docs/issue-9-docker-usage branch from 53c960a to 435c511 Compare May 8, 2026 21:45
@bryanroscoe bryanroscoe merged commit 5122f07 into main May 8, 2026
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.

Generic Docker "installation" in README

1 participant