Skip to content

Add netcat and redis-tools to devcontainer #20990

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

Merged
merged 1 commit into from
Aug 1, 2025
Merged

Conversation

geropl
Copy link
Member

@geropl geropl commented Aug 1, 2025

This PR adds two commonly used network and database tools to the devcontainer:

  • netcat-openbsd (binary name: nc) - Network utility for testing connections, port scanning, and data transfer
  • redis-tools (binary name: redis-cli) - Redis command-line client for interacting with Redis instances

Both tools are frequently needed during development and debugging, especially for:

  • Testing network connectivity and services
  • Debugging Redis connections and data
  • General network troubleshooting

The tools are installed alongside other development utilities in the Dockerfile and will be available in all devcontainer environments.

- Install netcat-openbsd (binary name: nc) for network testing
- Install redis-tools (binary name: redis-cli) for Redis operations
- Both tools are commonly needed for debugging and development

Co-authored-by: Ona <[email protected]>
@geropl
Copy link
Member Author

geropl commented Aug 1, 2025

/unhold

@geropl geropl requested a review from iQQBot August 1, 2025 09:54
@roboquat roboquat merged commit f1c1f29 into main Aug 1, 2025
34 checks passed
@roboquat roboquat deleted the add-netcat-redis-tools branch August 1, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants