As it seems OK now, this updates demo-backup/all-manual.sh now using Docker for trunk
diff --git a/demo-backup/all-manual.sh b/demo-backup/all-manual.sh
index 38abd4a..4c185a4 100755
--- a/demo-backup/all-manual.sh
+++ b/demo-backup/all-manual.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 
-./trunk.sh
+# Trunk deployments by the ofbizDemo user have been disabled in favour of container deployments
+# by the ofbizdocker user. See /home/ofbizdocker/README.md
+# ./trunk.sh
 ./next-manual.sh
-./stable-manual.sh
\ No newline at end of file
+./stable-manual.sh