Add container mapping diagram

This commit is contained in:
Michael Hohn
2024-09-12 09:46:28 -07:00
committed by =Michael Hohn
parent 41f6db5de0
commit 259bac55fb
3 changed files with 32 additions and 0 deletions

5
notes/Makefile Normal file
View File

@@ -0,0 +1,5 @@
view: docker-demo-container-deps.pdf
open $<
docker-demo-container-deps.pdf: docker-demo-container-deps.dot
dot -Tpdf $< > $@