Differences From Artifact [79fdcb551f]:
- File www/containers.md — part of check-in [698587d41d] at 2022-09-05 01:42:03 on branch trunk — Expanded the paragraph on WAL mode interactions in the container doc into a full section, placed higher up, immediately after the first use of Docker's "--volume" flag, to explain why we don't map just the repo DB file, but the whole directory it sits in. Even if we later convince ourselves WAL is safe under this scenario, it'll be conditional at best, so some remnant of this section must remain, no matter which way the experiments go. (user: wyoung size: 42091) [more...]
To Artifact [ad952bd8e2]:
- File www/containers.md — part of check-in [19abf0ac13] at 2022-09-07 07:35:09 on branch trunk — Updated the "nojail" patch for our Dockerfile to track the recent changes: rename back from Dockerfile.in and the layer refactoring. It does essentially the same thing as before. (user: wyoung size: 42017)
| ︙ | |||
798 799 800 801 802 803 804 | 798 799 800 801 802 803 804 805 806 807 808 809 810 811 | - | [The changes to fix this](/file/containers/Dockerfile-nojail.patch) aren’t complicated. Simply apply that patch to our stock `Dockerfile` and rebuild: ``` $ patch -p0 < containers/Dockerfile-nojail.patch |
| ︙ |