Campfire
Archive Tags About

Making HTTP requests from a container that has no curl, using bash /dev/tcp

Visit link →
Screenshot of Making HTTP requests from a container that has no curl, using bash /dev/tcp
Minimal container images often ship without curl, wget, or any HTTP client at all. Bash can open a TCP socket through /dev/tcp, which is enough to write a tiny HTTP/1.1 request by hand for quick checks.
June 18, 2026
docker containers networking troubleshooting
Permalink: 2026/w25/making-http-requests-from-a-container-that-has-no-curl-using

Related Links

  • Migrating from Unifi UXG-Lite to Express 7 networking docker
  • DockTail — Containers as Tailscale Services docker containers
  • The Best Docker Manager I’ve Seen! // Arcane Tutorial docker containers
  • Bootimus — Modern PXE/HTTP boot server networking docker
  • Building the Tools I Wished I Had troubleshooting networking
← Back to Week 25

© 2026 Timo Sugliani · Weekly curated links, shared around the tech campfire