cookbook/container: example of building+running docker containers.
This got... long... and complicated. But I think it's a really good demonstration of getting redo to do complicated things elegantly. At least, I hope it is.
This commit is contained in:
parent
01497f55e9
commit
3923a7d3f8
38 changed files with 1375 additions and 7 deletions
10
mkdocs.yml
10
mkdocs.yml
|
|
@ -12,6 +12,11 @@ extra_css:
|
|||
plugins:
|
||||
- exclude:
|
||||
glob:
|
||||
- cookbook/container/simple/*
|
||||
- cookbook/container/debdownload/*
|
||||
- cookbook/container/debootstrap/*
|
||||
- cookbook/container/debian/*
|
||||
- cookbook/container/*.fakeroot
|
||||
- "t/*"
|
||||
- "*.tmp"
|
||||
- "*.gz"
|
||||
|
|
@ -29,8 +34,9 @@ nav:
|
|||
- Roadmap.md
|
||||
- Cookbook:
|
||||
- Hello World (hello.do, redo-ifchange): cookbook/hello/index.md
|
||||
- Text processing example (default.do, redo-whichdo, redo-always, redo-stamp): cookbook/defaults/index.md
|
||||
- R plots and LaTeX to pdf (side effects, multiple outputs, autodepends): cookbook/latex/index.md
|
||||
- Text substitution (default.do, redo-always, redo-stamp): cookbook/defaults/index.md
|
||||
- R plots and LaTeX to pdf (side effects, multiple outputs): cookbook/latex/index.md
|
||||
- Docker and kvm containers (from scratch): cookbook/container/index.md
|
||||
- FAQ:
|
||||
- Basics: FAQBasics.md
|
||||
- Semantics: FAQSemantics.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue