From 85283bd6a5e51b49a94fe90cf1c0618307517d2d Mon Sep 17 00:00:00 2001 From: bobbie Date: Fri, 15 May 2026 07:30:45 +0100 Subject: [PATCH] vault backup: 2026-05-15 07:30:45 --- .obsidian/workspace.json | 30 ++++++++++++++----- ...ocker compose, volumes, and bind mounts.md | 19 ++++++++++++ 2 files changed, 41 insertions(+), 8 deletions(-) create mode 100644 _Inbox/2026-05-15 0719 on docker compose, volumes, and bind mounts.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index d62ab2b..890c9e8 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -132,9 +132,23 @@ "icon": "lucide-file", "title": "2026-05-15 0538 failing drive testing" } + }, + { + "id": "ac09197d72c8a3b5", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "_Inbox/2026-05-15 0719 on docker compose, volumes, and bind mounts.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "2026-05-15 0719 on docker compose, volumes, and bind mounts" + } } ], - "currentTab": 5 + "currentTab": 9 } ], "direction": "vertical" @@ -208,7 +222,7 @@ "state": { "type": "backlink", "state": { - "file": "_Inbox/2026-03-31 1416 powering off the hyper-v machine for the last time.md", + "file": "_Inbox/2026-05-15 0719 on docker compose, volumes, and bind mounts.md", "collapseAll": true, "extraContext": false, "sortOrder": "byCreatedTime", @@ -218,7 +232,7 @@ "unlinkedCollapsed": true }, "icon": "links-coming-in", - "title": "Backlinks for 2026-03-31 1416 powering off the hyper-v machine for the last time" + "title": "Backlinks for 2026-05-15 0719 on docker compose, volumes, and bind mounts" } }, { @@ -341,17 +355,19 @@ "obsidian-git:Open Git source control": false } }, - "active": "1d04d001d23741ea", + "active": "ac09197d72c8a3b5", "lastOpenFiles": [ + "_Inbox/2026-05-15 0719 on docker compose, volumes, and bind mounts.md", + "_Inbox/OpenZFS.md", + "_Inbox/Sanoid and Syncoid Setup.md", + "_Inbox/2026-03-31 1416 powering off the hyper-v machine for the last time.md", "References/Toshiba 3TB HDD High-Performance P300.md", "_Inbox/2026-05-15 0538 failing drive testing.md", "_Inbox/2026-05-14 2122 thinkstation zfs pool resilvering.md", "_Inbox/Seagate IronWolf 4TB HDD ST4000VNZ06.md", - "_Inbox/Sanoid and Syncoid Setup.md", "Attachments/Pasted image 20260515052243.png", "Attachments/Pasted image 20260515052130.png", "Attachments/Pasted image 20260515050434.png", - "_Inbox/OpenZFS.md", "Categories/Products.md", "References/Toshiba 3TB HDD Low-Energy E300.md", "_Inbox/2026-05-14 0946 HDD SMART report.md", @@ -370,8 +386,6 @@ "References/Toshiba 2TB HDD DT01ACA200.md", "References/Margret Dianne Hodgetts.md", "Daily Notes/2025-12-25.md", - "References/Dell XPS 8920 Desktop PC.md", - "_Inbox/2026-05-14 0948 hdd smart report.md", "Attachments/ThinkCentre_M720_Tiny_Spec.pdf", "Attachments/PXL_20260512_135458828.jpg", "Attachments/PXL_20260512_130415266.jpg", diff --git a/_Inbox/2026-05-15 0719 on docker compose, volumes, and bind mounts.md b/_Inbox/2026-05-15 0719 on docker compose, volumes, and bind mounts.md new file mode 100644 index 0000000..92629f8 --- /dev/null +++ b/_Inbox/2026-05-15 0719 on docker compose, volumes, and bind mounts.md @@ -0,0 +1,19 @@ +--- +category: + - "[[Journal]]" +type: + - "[[Log]]" +title: on docker compose, volumes, and bind mounts +created: 2026-05-15T07:19:07 +date: 2026-05-15 +tags: +--- +[[[[docker|docker]]|docker]] storage is split into two main groups +- volumes +- bind mounts + +### volumes +these are in the `vollumes:` section at the base of the compose file. these are managed by docker. They are for the containers databases, internal caches, or application state--where permission and io are important + +### bind mounts +these are specified in the body of the compose file and are for everything else, configs, static(ish) data, etc. \ No newline at end of file