Changelog

What shipped in the RunDock beta. Dates are release dates, not promises.

Public beta

Public beta opens

  • Beta invite redemption page gates signup for new accounts
  • One-line install script — curl -fsSL https://rundock.dev/install.sh | sh
  • Dashboard onboarding checklist walks new users through their first tunnel
HookWatch forwarding

Forward requests to HookWatch

  • rundock tunnel 3000 --hookwatch forwards request metadata to HookWatch
  • Forwarding runs async and never fails the underlying request
Docker Compose

Expose services straight from Compose

  • rundock services lists exposable services from the nearest compose file
  • rundock expose <service> tunnels a single service, with a risky-service confirmation prompt
  • rundock expose stack tunnels every exposable service at once
Service routes

Reserved subdomains, fixed backends

  • Reserved subdomains map to fixed backends, so a service keeps the same URL
  • Route mappings are managed from your account
Tunnel policies

Password, expiry, and one-time links

  • --password=SECRET gates a tunnel behind a password prompt
  • --expires=30m closes the tunnel automatically after the given duration
  • --once invalidates the link after its first successful access
Request replay

Replay any captured request

  • Replay a captured request from the dashboard or with rundock replay <request-id>
  • rundock replay <request-id> --curl exports the request as a copyable curl command