{"id":413,"date":"2020-11-25T13:45:52","date_gmt":"2020-11-25T13:45:52","guid":{"rendered":"http:\/\/fredborg.org\/?p=413"},"modified":"2020-12-23T20:45:48","modified_gmt":"2020-12-23T20:45:48","slug":"docker-for-business-central-revisit","status":"publish","type":"post","link":"https:\/\/fredborg.org\/?p=413","title":{"rendered":"Docker for Business Central &#8211; Revisit"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">A lot of things have happened since my first blog post about getting started with Docker for Business Central, we have moved from&nbsp;navcontainerhelper&nbsp;to&nbsp;bccontainerhelper&nbsp;and we have moved from images to artifacts. So, I felt that it was about time to revisit how to use Docker for Business Central. This post is split into some&nbsp;subcategories&nbsp;so you can jump to the part that interests you.&nbsp;&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The First part we will look at how you can get Docker up and running on your PC.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The second part we will talk about how to move from&nbsp;navcontainerhelper&nbsp;to&nbsp;bccontainerhelper.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The third part we will see how you can easily get started, using the New-BcContainerWizard&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The finale part I will try to give some tips and tricks to make your life easier when working with Docker&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Getting Docker up and running&nbsp;<\/strong>&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To get Docker up and running you need to have the following setup on your PC.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1) Your PC&nbsp;must&nbsp;allow virtualization you turn this on in your BIOS&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2)&nbsp; Next you must turn on Hyper-V in your Windows installation this is done by going to Turn on Windows Features and check off Hyper-V&nbsp;<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/msedge_X85f80izXd-300x113.png\" alt=\"\" class=\"wp-image-414\" width=\"300\" height=\"113\" srcset=\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/msedge_X85f80izXd-300x113.png 300w, https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/msedge_X85f80izXd-1024x384.png 1024w, https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/msedge_X85f80izXd-768x288.png 768w, https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/msedge_X85f80izXd.png 1047w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><figcaption><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"268\" class=\"wp-image-415\" style=\"width: 300px;\" src=\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/OptionalFeatures_4HzkBogbcW.png\" alt=\"\" srcset=\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/OptionalFeatures_4HzkBogbcW.png 1327w, https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/OptionalFeatures_4HzkBogbcW-300x268.png 300w, https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/OptionalFeatures_4HzkBogbcW-1024x914.png 1024w, https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/OptionalFeatures_4HzkBogbcW-768x686.png 768w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/figcaption><\/figure><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">3) Once you have installed Hyper-V you must Download Docker Desktop&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/www.docker.com\/products\/docker-desktop\" target=\"_blank\">https:\/\/www.docker.com\/products\/docker-desktop<\/a>&nbsp;This is done using the Next, Next, Finish, the only thing you&nbsp;must&nbsp;make sure of during the installation is that, when you are asked which type of containers you wish to run you must choose Windows&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">4)&nbsp; Once Docker is installed you should see a little&nbsp;whale&nbsp;in your taskbar, right click this icon and make sure that it says switch to&nbsp;Linux&nbsp; containers,&nbsp;If&nbsp;it instead says Switch to Windows Containers, you must choose to do so, because you must run Windows containers to create Business Central Containers.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"179\" height=\"202\" src=\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/bR3ysIz6F7-1.png\" alt=\"\" class=\"wp-image-418\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"223\" height=\"292\" src=\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/dG84exrzrm.png\" alt=\"\" class=\"wp-image-417\"\/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Switch from&nbsp;<\/strong><strong>navcontainerhelper<\/strong><strong>&nbsp;to&nbsp;<\/strong><strong>bccontainerhelper<\/strong>&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have been running Business Central Containers in the past chances are that you have been using&nbsp;navcontainerhelper, and if&nbsp;so&nbsp;you must first uninstall the&nbsp;navcontainerhelper&nbsp;before installing the&nbsp;bccontainerhelper, to do so, open your PowerShell ISE as administrator and run the following command.&nbsp;<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\nUninstall-Module navcontainerhelper \n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">Once this has finished go to<span style=\"text-decoration: underline;\"> C:\\Program Files\\WindowsPowerShell\\Modules<\/span> and if there is a folder here called&nbsp;navcontainerhelper&nbsp;delete that folder.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Next restart your PowerShell ISE as&nbsp;administartor&nbsp;and run the following script:&nbsp;<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\nSet-ExecutionPolicy -ExecutionPolicy RemoteSigned \ninstall-Module bccontainerhelper \n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">This will install&nbsp;bccontainerhelper, to check that everything is installed correctly go to the command panel and press refresh and search for New-BcContainerWizard, if it finds a result you are good to go.&nbsp;<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/powershell_ise_ooQIfCaD08.png\" alt=\"\" class=\"wp-image-419\" width=\"592\" height=\"125\" srcset=\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/powershell_ise_ooQIfCaD08.png 730w, https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/powershell_ise_ooQIfCaD08-300x64.png 300w\" sizes=\"auto, (max-width: 592px) 100vw, 592px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Using New-<\/strong><strong>BcContainerWizard<\/strong><strong>&nbsp;to get started quickly<\/strong>&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Freddy K has created a simple wizard to get you up and running with a Business Central Container all you&nbsp;must&nbsp;do is run the following command in PowerShell:&nbsp;<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\nNew-BcContainerWizard \n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">This will take you through a guided setup, I will not go into more detail here since Freddys Wizzard is\u00a0straight\u00a0forward, the only thing that I will say is that when you get to the point where it asks what type of isolation you wish to\u00a0use,\u00a0I have personally had the best results using Hyper-V isolation.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color wp-block-paragraph\">Once you have completed the Wizard and it has finished successfully you should be able to access your Business Central using your browser by going to&nbsp;http:\/\/{containerName}\/BC\/?tenant=default&nbsp;and login with the credentials that you created doing the wizard.&nbsp;&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Tips and Tricks<\/strong>&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1) Do not set docker to start up with Windows, the reason is that unless you are using Docker there is no reason why it should be running, since it can take up a lot of resources.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2) Once in a while you should run the following PowerShell command:&nbsp;<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\nFlush-ContainerHelperCache -cache bcartifacts -keepDays 7 \n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">This will clean up any artifacts that you have not used in the last seven days.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3) If your docker is not working try to run a system prune:&nbsp;<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\ndocker system prune --all \u2013f \n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">This will rest Docker&nbsp;&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">4) Use PowerShell ISE command panel, to search for any action that you might want to do, chances are that Freddy has created a function to help you&nbsp;achieve&nbsp;your goal.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">5) Keep an eye on Freddys blog for any updates on&nbsp;bccontainerhelper&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/freddysblog.com\/\" target=\"_blank\">https:\/\/freddysblog.com\/<\/a>&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">6) User PowerShell Command to Get all available versions to find the BC version that you need <\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\nGet-BCArtifactUrl -type Sandbox -country &quot;dk&quot; -select All\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">And that was it for this post, until next time stay safe.&nbsp;&#x1f637;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A lot of things have happened since my first blog post about getting started with Docker for Business Central, we&#8230; <a class=\"read-more\" href=\"https:\/\/fredborg.org\/?p=413\" rel=\"nofollow\"> Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":425,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,1],"tags":[],"class_list":["post-413","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-business-central","category-uncategorized","shapla-grid-item"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Docker for Business Central - Revisit - Fredborg<\/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:\/\/fredborg.org\/?p=413\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Docker for Business Central - Revisit - Fredborg\" \/>\n<meta property=\"og:description\" content=\"A lot of things have happened since my first blog post about getting started with Docker for Business Central, we... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fredborg.org\/?p=413\" \/>\n<meta property=\"og:site_name\" content=\"Fredborg\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-25T13:45:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-23T20:45:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/Docker-for-Business-Central-Revisit.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"dfredborg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dfredborg\" \/>\n<meta name=\"twitter:site\" content=\"@dfredborg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"dfredborg\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/fredborg.org\/?p=413#article\",\"isPartOf\":{\"@id\":\"https:\/\/fredborg.org\/?p=413\"},\"author\":{\"name\":\"dfredborg\",\"@id\":\"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d\"},\"headline\":\"Docker for Business Central &#8211; Revisit\",\"datePublished\":\"2020-11-25T13:45:52+00:00\",\"dateModified\":\"2020-12-23T20:45:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/fredborg.org\/?p=413\"},\"wordCount\":792,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d\"},\"image\":{\"@id\":\"https:\/\/fredborg.org\/?p=413#primaryimage\"},\"thumbnailUrl\":\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/Docker-for-Business-Central-Revisit.png\",\"articleSection\":[\"Business Central\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/fredborg.org\/?p=413#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fredborg.org\/?p=413\",\"url\":\"https:\/\/fredborg.org\/?p=413\",\"name\":\"Docker for Business Central - Revisit - Fredborg\",\"isPartOf\":{\"@id\":\"https:\/\/fredborg.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/fredborg.org\/?p=413#primaryimage\"},\"image\":{\"@id\":\"https:\/\/fredborg.org\/?p=413#primaryimage\"},\"thumbnailUrl\":\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/Docker-for-Business-Central-Revisit.png\",\"datePublished\":\"2020-11-25T13:45:52+00:00\",\"dateModified\":\"2020-12-23T20:45:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/fredborg.org\/?p=413#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fredborg.org\/?p=413\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fredborg.org\/?p=413#primaryimage\",\"url\":\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/Docker-for-Business-Central-Revisit.png\",\"contentUrl\":\"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/Docker-for-Business-Central-Revisit.png\",\"width\":1536,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fredborg.org\/?p=413#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fredborg.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docker for Business Central &#8211; Revisit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fredborg.org\/#website\",\"url\":\"https:\/\/fredborg.org\/\",\"name\":\"Fredborg\",\"description\":\"Business Central and Azure\",\"publisher\":{\"@id\":\"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fredborg.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d\",\"name\":\"dfredborg\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fredborg.org\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/fredborg.org\/wp-content\/uploads\/2023\/06\/download.png\",\"contentUrl\":\"https:\/\/fredborg.org\/wp-content\/uploads\/2023\/06\/download.png\",\"width\":256,\"height\":256,\"caption\":\"dfredborg\"},\"logo\":{\"@id\":\"https:\/\/fredborg.org\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:fredborg.org\",\"https:\/\/www.linkedin.com\/in\/dfredborg\/\",\"https:\/\/x.com\/dfredborg\",\"https:\/\/www.youtube.com\/channel\/UCUNZglLDMjBlOK_T9JtI8UA\"],\"url\":\"https:\/\/fredborg.org\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Docker for Business Central - Revisit - Fredborg","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:\/\/fredborg.org\/?p=413","og_locale":"en_US","og_type":"article","og_title":"Docker for Business Central - Revisit - Fredborg","og_description":"A lot of things have happened since my first blog post about getting started with Docker for Business Central, we... Read more","og_url":"https:\/\/fredborg.org\/?p=413","og_site_name":"Fredborg","article_published_time":"2020-11-25T13:45:52+00:00","article_modified_time":"2020-12-23T20:45:48+00:00","og_image":[{"width":1536,"height":768,"url":"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/Docker-for-Business-Central-Revisit.png","type":"image\/png"}],"author":"dfredborg","twitter_card":"summary_large_image","twitter_creator":"@dfredborg","twitter_site":"@dfredborg","twitter_misc":{"Written by":"dfredborg","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/fredborg.org\/?p=413#article","isPartOf":{"@id":"https:\/\/fredborg.org\/?p=413"},"author":{"name":"dfredborg","@id":"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d"},"headline":"Docker for Business Central &#8211; Revisit","datePublished":"2020-11-25T13:45:52+00:00","dateModified":"2020-12-23T20:45:48+00:00","mainEntityOfPage":{"@id":"https:\/\/fredborg.org\/?p=413"},"wordCount":792,"commentCount":0,"publisher":{"@id":"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d"},"image":{"@id":"https:\/\/fredborg.org\/?p=413#primaryimage"},"thumbnailUrl":"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/Docker-for-Business-Central-Revisit.png","articleSection":["Business Central"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/fredborg.org\/?p=413#respond"]}]},{"@type":"WebPage","@id":"https:\/\/fredborg.org\/?p=413","url":"https:\/\/fredborg.org\/?p=413","name":"Docker for Business Central - Revisit - Fredborg","isPartOf":{"@id":"https:\/\/fredborg.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/fredborg.org\/?p=413#primaryimage"},"image":{"@id":"https:\/\/fredborg.org\/?p=413#primaryimage"},"thumbnailUrl":"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/Docker-for-Business-Central-Revisit.png","datePublished":"2020-11-25T13:45:52+00:00","dateModified":"2020-12-23T20:45:48+00:00","breadcrumb":{"@id":"https:\/\/fredborg.org\/?p=413#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fredborg.org\/?p=413"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fredborg.org\/?p=413#primaryimage","url":"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/Docker-for-Business-Central-Revisit.png","contentUrl":"https:\/\/fredborg.org\/wp-content\/uploads\/2020\/11\/Docker-for-Business-Central-Revisit.png","width":1536,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/fredborg.org\/?p=413#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fredborg.org\/"},{"@type":"ListItem","position":2,"name":"Docker for Business Central &#8211; Revisit"}]},{"@type":"WebSite","@id":"https:\/\/fredborg.org\/#website","url":"https:\/\/fredborg.org\/","name":"Fredborg","description":"Business Central and Azure","publisher":{"@id":"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fredborg.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d","name":"dfredborg","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fredborg.org\/#\/schema\/person\/image\/","url":"https:\/\/fredborg.org\/wp-content\/uploads\/2023\/06\/download.png","contentUrl":"https:\/\/fredborg.org\/wp-content\/uploads\/2023\/06\/download.png","width":256,"height":256,"caption":"dfredborg"},"logo":{"@id":"https:\/\/fredborg.org\/#\/schema\/person\/image\/"},"sameAs":["https:fredborg.org","https:\/\/www.linkedin.com\/in\/dfredborg\/","https:\/\/x.com\/dfredborg","https:\/\/www.youtube.com\/channel\/UCUNZglLDMjBlOK_T9JtI8UA"],"url":"https:\/\/fredborg.org\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/posts\/413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fredborg.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=413"}],"version-history":[{"count":5,"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/posts\/413\/revisions"}],"predecessor-version":[{"id":426,"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/posts\/413\/revisions\/426"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/media\/425"}],"wp:attachment":[{"href":"https:\/\/fredborg.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=413"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fredborg.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=413"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fredborg.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}