oe7drt-website/content/notes/unraid/index.md

46 lines
1.2 KiB
Markdown
Raw Normal View History

2024-01-26 12:16:18 +01:00
---
title: Unraid
date: 2024-01-25T22:41:48+0100
lastmod: 2024-08-31T14:02:07+0000
2024-01-26 12:16:18 +01:00
tags:
- unraid
- selfhost
2024-01-26 12:16:18 +01:00
#showDate: false
showReadingTime: false
showWordCount: false
showPagination: false
#showAuthor: false
showBreadcrumbs: true
feed_exclude: true
# site_exclude: true
draft: true
---
Selfhosting made easy -- with Unraid as storage and virtualisation server.
2024-01-26 12:16:18 +01:00
## Docker custom network
Easy peasy -- though, I forget that command every time I need it.
~~~console
# docker network create {network-name}
~~~
2024-01-26 14:12:57 +01:00
## 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 <kbd>DOCKER</kbd><kbd>ADD CONTAINER</kbd> 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: