Add tuto 2 as merge for some docker-*
This commit is contained in:
parent
9e38582fd8
commit
e4f964f095
6 changed files with 94 additions and 0 deletions
17
tutorial/2/Makefile
Normal file
17
tutorial/2/Makefile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
include ../pandoc-opts.mk
|
||||
|
||||
SOURCES = tutorial.md \
|
||||
../dockerfiles/interactive.md ../dockerfiles/dockerfile.md ../dockerfiles/goodpractices.md ../dockerfiles/entrypoint.md \
|
||||
../docker-internals/registry.md \
|
||||
../docker-internals/runc.md \
|
||||
../docker-internals/clair.md \
|
||||
rendu.md
|
||||
|
||||
|
||||
all: tutorial.pdf
|
||||
|
||||
tutorial.pdf: ${SOURCES}
|
||||
pandoc ${PANDOCOPTS} -o $@ $+
|
||||
|
||||
clean::
|
||||
rm tutorial.pdf
|
||||
Loading…
Add table
Add a link
Reference in a new issue