From eb7a7ff6a74254f7ff6f50c190b2e2c84d1c54c8 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Fri, 26 Jan 2024 11:16:18 +0000 Subject: [PATCH] update draft unraid note --- content/notes/unraid/index.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 content/notes/unraid/index.md diff --git a/content/notes/unraid/index.md b/content/notes/unraid/index.md new file mode 100644 index 0000000..e73c911 --- /dev/null +++ b/content/notes/unraid/index.md @@ -0,0 +1,28 @@ +--- +title: Unraid +date: 2024-01-25T22:41:48+0100 +lastmod: 2024-01-26T11:16:18+0000 +tags: + - unraid + +#showDate: false +showReadingTime: false +showWordCount: false +showPagination: false +#showAuthor: false +showBreadcrumbs: true + +feed_exclude: true +# site_exclude: true + +draft: true +--- + +## Docker custom network + +Easy peasy -- though, I forget that command every time I need it. + +~~~console +# docker network create {network-name} +~~~ +