Getting started
1. Install the CLI
$ Or download a binary from GitHub releases. Verify with rundock version — it prints a version
string.
2. Log in
$ Opens /device in your browser — enter the code
shown in your terminal. Expect Logged in as <your-email>.
3. Start a tunnel
$ Your subdomain will differ. Open the public URL in a browser — you should see your local app.
4. Inspect
Open your dashboard — your tunnel is listed; click it to see every request with method, path, and status.
5. Replay
$ Press Replay on a request in the dashboard (or copy it as curl) and watch it hit your app again.
6. Next steps
- CLI reference — every command and flag.
- Docker Compose guide — expose a service by name instead of hunting for ports.
- Use cases — concrete scenarios teams run on the shipped CLI.