{"id":133,"date":"2026-04-26T14:11:20","date_gmt":"2026-04-26T12:11:20","guid":{"rendered":"https:\/\/smarthome.bolte.name\/?p=133"},"modified":"2026-04-26T17:16:14","modified_gmt":"2026-04-26T15:16:14","slug":"unraid-docker-hints","status":"publish","type":"post","link":"https:\/\/smarthome.bolte.name\/?p=133","title":{"rendered":"unraid docker hints"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Where is which data?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>appdata<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The folder the container puts in appdata contains the &#8222;working storage&#8220; for the application. This will be the data that the application itself uses to keep track of what it is doing. For example, plex keeps its library there.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>templates<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Typically, you will install a new docker by going to the Apps page and clicking the download icon on the listing for the docker. This takes you to the Add\/Edit&nbsp;Container page, a form with many things already filled in. The Apps page (Community Applications) fills those in for you based on a template the docker author has provided. After you make any&nbsp;needed changes or additions and submit the form by clicking the Apply button, the contents of the form, including your changes and additions, is stored on the flash drive as a template, which can be used again to edit the docker or even reinstall it exactly as it was, using the aforementioned Previous Apps feature on the Apps page.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>docker.img<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then, the contents of that form (Add Container) are used to put together the docker run command with its parameters taken from that form. The docker run command downloads the executable code of the docker and stores that code in the docker.img, then runs the container.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">source: <a href=\"https:\/\/forums.unraid.net\/topic\/75771-need-to-recreate-docker-image-how\/\" type=\"link\" id=\"https:\/\/forums.unraid.net\/topic\/75771-need-to-recreate-docker-image-how\/\">https:\/\/forums.unraid.net\/topic\/75771-need-to-recreate-docker-image-how\/<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">More info: <a href=\"https:\/\/docs.unraid.net\/unraid-os\/using-unraid-to\/run-docker-containers\/managing-and-customizing-containers\/\" type=\"link\" id=\"https:\/\/docs.unraid.net\/unraid-os\/using-unraid-to\/run-docker-containers\/managing-and-customizing-containers\/\">https:\/\/docs.unraid.net\/unraid-os\/using-unraid-to\/run-docker-containers\/managing-and-customizing-containers\/<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">recreate defect container &#8211; with all settings<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"205\" height=\"264\" src=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image.png\" alt=\"\" class=\"wp-image-138\"\/><figcaption class=\"wp-element-caption\">Remove stopped container<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"681\" height=\"345\" src=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image-1.png\" alt=\"\" class=\"wp-image-139\" style=\"aspect-ratio:1.973897150459334;width:551px;height:auto\" srcset=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image-1.png 681w, https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image-1-300x152.png 300w\" sizes=\"auto, (max-width: 681px) 100vw, 681px\" \/><figcaption class=\"wp-element-caption\">keep checkbox &#8222;also remove image&#8220; and click &#8222;Yes, delete it!&#8220;<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Now the container is gone and  not listed in &#8222;Docker Copntainers&#8220; anymore.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"846\" height=\"254\" src=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image-2.png\" alt=\"\" class=\"wp-image-140\" srcset=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image-2.png 846w, https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image-2-300x90.png 300w, https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image-2-768x231.png 768w\" sizes=\"auto, (max-width: 846px) 100vw, 846px\" \/><figcaption class=\"wp-element-caption\">Go to &#8222;Apps&#8220; -> &#8222;Previous Apps&#8220; -> &#8222;Docker&#8220; and find the removed container<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"452\" height=\"326\" src=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image-3.png\" alt=\"\" class=\"wp-image-141\" style=\"width:395px;height:auto\" srcset=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image-3.png 452w, https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image-3-300x216.png 300w\" sizes=\"auto, (max-width: 452px) 100vw, 452px\" \/><figcaption class=\"wp-element-caption\">click &#8222;Actions&#8220; -> &#8222;Reinstall&#8220;<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In the following &#8222;Add Conatiner&#8220; dialog all previous settings should be filled right &#8211; so just hit &#8222;Apply&#8220; at the bottom. You see pulling the image and running docker commands. After clicking &#8222;Done&#8220; you can go back to &#8222;Docker&#8220; and see the newly created and running conatiner in the list.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As you can see, all data and settings you need to run you container is in <strong>appdata<\/strong> and stays there even if the container is removed. So it&#8217;s no problem te delete and reinstall a defect container, And it&#8217;s alway a goof idea backup appdata \ud83d\ude42 .<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Where is which data? appdata The folder the container puts in appdata contains the &#8222;working storage&#8220; for the application. This will be the data that the application itself uses to keep track of what it is doing. For example, plex keeps its library there. templates Typically, you will install a new docker by going to&hellip; <a class=\"more-link\" href=\"https:\/\/smarthome.bolte.name\/?p=133\"><span class=\"screen-reader-text\">unraid docker hints<\/span> weiterlesen<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,6],"tags":[19,18],"class_list":["post-133","post","type-post","status-publish","format-standard","hentry","category-docker","category-unraid","tag-docker","tag-unraid","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>unraid docker hints - Smarthome and more<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/smarthome.bolte.name\/?p=133\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"unraid docker hints - Smarthome and more\" \/>\n<meta property=\"og:description\" content=\"Where is which data? appdata The folder the container puts in appdata contains the &#8222;working storage&#8220; for the application. This will be the data that the application itself uses to keep track of what it is doing. For example, plex keeps its library there. templates Typically, you will install a new docker by going to&hellip; unraid docker hints weiterlesen\" \/>\n<meta property=\"og:url\" content=\"https:\/\/smarthome.bolte.name\/?p=133\" \/>\n<meta property=\"og:site_name\" content=\"Smarthome and more\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-26T12:11:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-26T15:16:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"205\" \/>\n\t<meta property=\"og:image:height\" content=\"264\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/#\\\/schema\\\/person\\\/a103d6a52c795ca597d4c8325094865c\"},\"headline\":\"unraid docker hints\",\"datePublished\":\"2026-04-26T12:11:20+00:00\",\"dateModified\":\"2026-04-26T15:16:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133\"},\"wordCount\":386,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/smarthome.bolte.name\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/image.png\",\"keywords\":[\"docker\",\"unraid\"],\"articleSection\":[\"docker\",\"unraid\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133\",\"url\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133\",\"name\":\"unraid docker hints - Smarthome and more\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/smarthome.bolte.name\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/image.png\",\"datePublished\":\"2026-04-26T12:11:20+00:00\",\"dateModified\":\"2026-04-26T15:16:14+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/#\\\/schema\\\/person\\\/a103d6a52c795ca597d4c8325094865c\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133#primaryimage\",\"url\":\"https:\\\/\\\/smarthome.bolte.name\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/image.png\",\"contentUrl\":\"https:\\\/\\\/smarthome.bolte.name\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/image.png\",\"width\":205,\"height\":264},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=133#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/smarthome.bolte.name\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"unraid docker hints\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/#website\",\"url\":\"https:\\\/\\\/smarthome.bolte.name\\\/\",\"name\":\"Smarthome and more\",\"description\":\"home assistant, openHAB, KNX, HUE\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/smarthome.bolte.name\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/#\\\/schema\\\/person\\\/a103d6a52c795ca597d4c8325094865c\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8473a48dd3980e9656bb77325b9158044c07963af0f5852a7c3918537443e409?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8473a48dd3980e9656bb77325b9158044c07963af0f5852a7c3918537443e409?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8473a48dd3980e9656bb77325b9158044c07963af0f5852a7c3918537443e409?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/smarthome.bolte.name\"],\"url\":\"https:\\\/\\\/smarthome.bolte.name\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"unraid docker hints - Smarthome and more","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/smarthome.bolte.name\/?p=133","og_locale":"de_DE","og_type":"article","og_title":"unraid docker hints - Smarthome and more","og_description":"Where is which data? appdata The folder the container puts in appdata contains the &#8222;working storage&#8220; for the application. This will be the data that the application itself uses to keep track of what it is doing. For example, plex keeps its library there. templates Typically, you will install a new docker by going to&hellip; unraid docker hints weiterlesen","og_url":"https:\/\/smarthome.bolte.name\/?p=133","og_site_name":"Smarthome and more","article_published_time":"2026-04-26T12:11:20+00:00","article_modified_time":"2026-04-26T15:16:14+00:00","og_image":[{"width":205,"height":264,"url":"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"admin","Gesch\u00e4tzte Lesezeit":"3\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/smarthome.bolte.name\/?p=133#article","isPartOf":{"@id":"https:\/\/smarthome.bolte.name\/?p=133"},"author":{"name":"admin","@id":"https:\/\/smarthome.bolte.name\/#\/schema\/person\/a103d6a52c795ca597d4c8325094865c"},"headline":"unraid docker hints","datePublished":"2026-04-26T12:11:20+00:00","dateModified":"2026-04-26T15:16:14+00:00","mainEntityOfPage":{"@id":"https:\/\/smarthome.bolte.name\/?p=133"},"wordCount":386,"commentCount":0,"image":{"@id":"https:\/\/smarthome.bolte.name\/?p=133#primaryimage"},"thumbnailUrl":"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image.png","keywords":["docker","unraid"],"articleSection":["docker","unraid"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/smarthome.bolte.name\/?p=133#respond"]}]},{"@type":"WebPage","@id":"https:\/\/smarthome.bolte.name\/?p=133","url":"https:\/\/smarthome.bolte.name\/?p=133","name":"unraid docker hints - Smarthome and more","isPartOf":{"@id":"https:\/\/smarthome.bolte.name\/#website"},"primaryImageOfPage":{"@id":"https:\/\/smarthome.bolte.name\/?p=133#primaryimage"},"image":{"@id":"https:\/\/smarthome.bolte.name\/?p=133#primaryimage"},"thumbnailUrl":"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image.png","datePublished":"2026-04-26T12:11:20+00:00","dateModified":"2026-04-26T15:16:14+00:00","author":{"@id":"https:\/\/smarthome.bolte.name\/#\/schema\/person\/a103d6a52c795ca597d4c8325094865c"},"breadcrumb":{"@id":"https:\/\/smarthome.bolte.name\/?p=133#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/smarthome.bolte.name\/?p=133"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/smarthome.bolte.name\/?p=133#primaryimage","url":"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image.png","contentUrl":"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2026\/04\/image.png","width":205,"height":264},{"@type":"BreadcrumbList","@id":"https:\/\/smarthome.bolte.name\/?p=133#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/smarthome.bolte.name\/"},{"@type":"ListItem","position":2,"name":"unraid docker hints"}]},{"@type":"WebSite","@id":"https:\/\/smarthome.bolte.name\/#website","url":"https:\/\/smarthome.bolte.name\/","name":"Smarthome and more","description":"home assistant, openHAB, KNX, HUE","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/smarthome.bolte.name\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Person","@id":"https:\/\/smarthome.bolte.name\/#\/schema\/person\/a103d6a52c795ca597d4c8325094865c","name":"admin","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/secure.gravatar.com\/avatar\/8473a48dd3980e9656bb77325b9158044c07963af0f5852a7c3918537443e409?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8473a48dd3980e9656bb77325b9158044c07963af0f5852a7c3918537443e409?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8473a48dd3980e9656bb77325b9158044c07963af0f5852a7c3918537443e409?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/smarthome.bolte.name"],"url":"https:\/\/smarthome.bolte.name\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=\/wp\/v2\/posts\/133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=133"}],"version-history":[{"count":4,"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=\/wp\/v2\/posts\/133\/revisions"}],"predecessor-version":[{"id":144,"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=\/wp\/v2\/posts\/133\/revisions\/144"}],"wp:attachment":[{"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=133"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=133"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}