From d953cd75e783ec3d516787f9bd0c976d63e1b957 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Fri, 26 Jan 2024 13:12:57 +0000 Subject: [PATCH] update draft unraid post --- content/notes/unraid/index.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/content/notes/unraid/index.md b/content/notes/unraid/index.md index e73c911..01cd328 100644 --- a/content/notes/unraid/index.md +++ b/content/notes/unraid/index.md @@ -1,7 +1,7 @@ --- title: Unraid date: 2024-01-25T22:41:48+0100 -lastmod: 2024-01-26T11:16:18+0000 +lastmod: 2024-01-26T13:12:57+0000 tags: - unraid @@ -26,3 +26,17 @@ Easy peasy -- though, I forget that command every time I need it. # docker network create {network-name} ~~~ +## Don't move dockers filesystem + +Wherever you install your docker containers -- don't move them to another +share afterwards. But if you do, you will probably have to reinstall your +docker containers. + +Your docker template files are saved in `/boot/config/plugins/dockerMan/templates-user/`. +In your WebUI go to DOCKERADD CONTAINER and select +the template from the drop-down list. You can check the settings with the +files mentioned in the directory above. + +This should bring back all your docker containers with your used settings, +but as my knowledge is limited, I can't guarantee this: I probably just had luck :winking_face_with_tongue: +