Skip to content

Commit

Permalink
deploy: 761f201
Browse files Browse the repository at this point in the history
  • Loading branch information
kidd committed May 13, 2024
1 parent bd7eabf commit 4affc97
Show file tree
Hide file tree
Showing 2 changed files with 310 additions and 306 deletions.
4 changes: 3 additions & 1 deletion book.org
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,7 @@ coprocs would mess up your inline functions.
docker run -it mycomplex-image bash

# Runs /tmp/file.sh from the host inside. That's cool to make the
# container less hermetic. Even if the image is not originally ment
# container less airtight. Even if the image is not originally meant
# to, you can even override it and 'monkeypatch' the file with the one
# from the host anyway.
docker run -it -v $PWD:/tmp/ mycomplex-image /tmp/file.sh
Expand Down Expand Up @@ -2439,6 +2439,8 @@ coprocs would mess up your inline functions.
** use git staging area to diff outputs of commands
- https://chrismorgan.info/blog/make-and-git-diff-test-harness/
- [[https://news.ycombinator.com/item?id=32896051][Content based change detection with Make]]
- https://news.ycombinator.com/item?id=40333481
- https://news.ycombinator.com/item?id=32441602

** coprocs
- https://stackoverflow.com/questions/7942632/how-to-extrace-pg-backend-pid-from-postgresql-in-shell-script-and-pass-it-to-ano/8305578#8305578
Expand Down
Loading

0 comments on commit 4affc97

Please sign in to comment.