When I learn new tools like Docker for example there are a number of new commands and syntax I am picking up along the way.
I want to “SAVE” my work — the commands I used and the output I got — as a “Notebook” similar to how we do for Python notebooks using Jupyter. Also add some markdown notes or links to reference material or tutorials I am following.
This allows me to revisit my work of yesterday / last month / last year and quickly review what I already “know” (or relearn quickly following the same path) and then go to next logical step.
Is there such a tool or solution?
Thanks in advance