Skip to content

Instantly share code, notes, and snippets.

@dwdraju
Last active August 31, 2020 09:19
Show Gist options
  • Save dwdraju/5758c4f7b14064f1e069868a83d3d7dd to your computer and use it in GitHub Desktop.
Save dwdraju/5758c4f7b14064f1e069868a83d3d7dd to your computer and use it in GitHub Desktop.
Telnet on Alpine Linux

Install busybox-extras

apk add busybox-extras

Run telnet command

busybox-extras telnet 127.0.0.1 8080

Connect redis

busybox-extras telnet REDIS_HOST 6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment