rr-debugger / rr

Record and Replay Framework
http://rr-project.org/
Other
9.1k stars 580 forks source link

Make a docker-style tutorial #1382

Open joneschrisg opened 9 years ago

joneschrisg commented 9 years ago

Check out this tutorial (just a few steps suffices to get the point)

https://www.docker.com/tryit/

I don't know what alchemy went into making it, but ... yeah that's the right way to do that.

rr would greatly greatly benefit from something like this, I suspect.

luser commented 9 years ago

It's pretty much all smoke and mirrors: https://github.com/docker/docker-tutorial/tree/master/docker_tutorial/static/js

I don't know if they generated that from something or if they wrote it all by hand.

Another option would be to record a demo using asciinema: https://asciinema.org/ . That site will let you upload a terminal capture and embed it in another page (albeit relying on them for hosting the recording).

joneschrisg commented 9 years ago

Smoke and mirrors wfm if they add up to a useful first-run UX ;). Looks hand-written to me.