{"id":1328,"date":"2026-01-05T20:08:39","date_gmt":"2026-01-05T20:08:39","guid":{"rendered":"https:\/\/digitwaves.com\/?p=1328"},"modified":"2026-01-06T10:56:53","modified_gmt":"2026-01-06T10:56:53","slug":"docker-session-on-windows-11-chatbot-on-wordpress","status":"publish","type":"post","link":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/","title":{"rendered":"Docker Session on Windows 11: WordPress"},"content":{"rendered":"<h2>Start Up Docker for Desktop<\/h2>\n<p>Open up Docker Desktop by double-clicking the icon.\u00a0 This will start up the Docker engine so you can start running Docker commands on the command line in the next step.<\/p>\n<h2>Create the Docker Project<\/h2>\n<p>Go to ChatGPT and prompt for a composer.yml file for a WordPress container on Docker.\u00a0 Once the composer.yml file is completed, copy and paste the yml file into Notepad and save it in a folder that will contain the WordPress container.<\/p>\n<p>Go to the folder that contains the composer.yml file.<\/p>\n<blockquote><p><strong>cd c\/Users\/&lt;User Folder&gt;\/&lt;Folder that contains project&gt;<\/strong><\/p><\/blockquote>\n<p>Search for Ubuntu on Windows and click the &#8216;Open&#8217; link.\u00a0 Check to see which containers are running by typing:<\/p>\n<blockquote><p><strong>docker ps<\/strong><\/p><\/blockquote>\n<p>docker ps (docker process status) will display a list of containers running<\/p>\n<p>To run the Docker containers, type:<\/p>\n<blockquote><p><strong>docker compose up -d<\/strong><\/p><\/blockquote>\n<p>Docker compose up will run the containers defined in the compose.yml configuration file.\u00a0 The -d flag tells Docker to run the containers in the background<\/p>\n<p>Once Docker has loaded the containers, type the following in the browser:<\/p>\n<blockquote><p><strong>localhost:8080<\/strong><\/p><\/blockquote>\n<p>To remove the Docker containers type:<\/p>\n<blockquote><p><strong>docker compose down -d<\/strong><\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Start Up Docker for Desktop Open up Docker Desktop by double-clicking the icon.\u00a0 This will start up the Docker engine so you can start running [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1340,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,14],"tags":[11,12,15],"class_list":["post-1328","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-docker","category-wordpress","tag-docker","tag-instructions","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Docker Session on Windows 11: Wordpress - Digit Waves<\/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:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Docker Session on Windows 11: Wordpress - Digit Waves\" \/>\n<meta property=\"og:description\" content=\"Start Up Docker for Desktop Open up Docker Desktop by double-clicking the icon.\u00a0 This will start up the Docker engine so you can start running [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Digit Waves\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-05T20:08:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-06T10:56:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/digitwaves.com\/wp-content\/uploads\/2026\/01\/universal_upscale_0_4d72b027-2397-4630-8f21-148bf65c4d65_0.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2688\" \/>\n\t<meta property=\"og:image:height\" content=\"1536\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"cmartin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"cmartin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/\"},\"author\":{\"name\":\"cmartin\",\"@id\":\"https:\\\/\\\/digitwaves.com\\\/#\\\/schema\\\/person\\\/223d018061f352913b760bf9b09a8097\"},\"headline\":\"Docker Session on Windows 11: WordPress\",\"datePublished\":\"2026-01-05T20:08:39+00:00\",\"dateModified\":\"2026-01-06T10:56:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/\"},\"wordCount\":202,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/digitwaves.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/universal_upscale_0_4d72b027-2397-4630-8f21-148bf65c4d65_0.jpg\",\"keywords\":[\"Docker\",\"instructions\",\"wordpress\"],\"articleSection\":[\"Docker\",\"Wordpress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/\",\"url\":\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/\",\"name\":\"Docker Session on Windows 11: Wordpress - Digit Waves\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/digitwaves.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/digitwaves.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/universal_upscale_0_4d72b027-2397-4630-8f21-148bf65c4d65_0.jpg\",\"datePublished\":\"2026-01-05T20:08:39+00:00\",\"dateModified\":\"2026-01-06T10:56:53+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/digitwaves.com\\\/#\\\/schema\\\/person\\\/223d018061f352913b760bf9b09a8097\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/#primaryimage\",\"url\":\"https:\\\/\\\/digitwaves.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/universal_upscale_0_4d72b027-2397-4630-8f21-148bf65c4d65_0.jpg\",\"contentUrl\":\"https:\\\/\\\/digitwaves.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/universal_upscale_0_4d72b027-2397-4630-8f21-148bf65c4d65_0.jpg\",\"width\":2688,\"height\":1536},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/docker-session-on-windows-11-chatbot-on-wordpress\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/digitwaves.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docker Session on Windows 11: WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/digitwaves.com\\\/#website\",\"url\":\"https:\\\/\\\/digitwaves.com\\\/\",\"name\":\"Digit Waves\",\"description\":\"Just another WordPress site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/digitwaves.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/digitwaves.com\\\/#\\\/schema\\\/person\\\/223d018061f352913b760bf9b09a8097\",\"name\":\"cmartin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2aa893c0e8a64727fc5308b3b422801ee1f800294e70ee6ac57fd6b86a104eb2?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2aa893c0e8a64727fc5308b3b422801ee1f800294e70ee6ac57fd6b86a104eb2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2aa893c0e8a64727fc5308b3b422801ee1f800294e70ee6ac57fd6b86a104eb2?s=96&d=mm&r=g\",\"caption\":\"cmartin\"},\"sameAs\":[\"http:\\\/\\\/digitwaves.com\"],\"url\":\"https:\\\/\\\/digitwaves.com\\\/index.php\\\/author\\\/cmartin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Docker Session on Windows 11: Wordpress - Digit Waves","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:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"Docker Session on Windows 11: Wordpress - Digit Waves","og_description":"Start Up Docker for Desktop Open up Docker Desktop by double-clicking the icon.\u00a0 This will start up the Docker engine so you can start running [&hellip;]","og_url":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/","og_site_name":"Digit Waves","article_published_time":"2026-01-05T20:08:39+00:00","article_modified_time":"2026-01-06T10:56:53+00:00","og_image":[{"width":2688,"height":1536,"url":"https:\/\/digitwaves.com\/wp-content\/uploads\/2026\/01\/universal_upscale_0_4d72b027-2397-4630-8f21-148bf65c4d65_0.jpg","type":"image\/jpeg"}],"author":"cmartin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"cmartin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/#article","isPartOf":{"@id":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/"},"author":{"name":"cmartin","@id":"https:\/\/digitwaves.com\/#\/schema\/person\/223d018061f352913b760bf9b09a8097"},"headline":"Docker Session on Windows 11: WordPress","datePublished":"2026-01-05T20:08:39+00:00","dateModified":"2026-01-06T10:56:53+00:00","mainEntityOfPage":{"@id":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/"},"wordCount":202,"commentCount":0,"image":{"@id":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/digitwaves.com\/wp-content\/uploads\/2026\/01\/universal_upscale_0_4d72b027-2397-4630-8f21-148bf65c4d65_0.jpg","keywords":["Docker","instructions","wordpress"],"articleSection":["Docker","Wordpress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/","url":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/","name":"Docker Session on Windows 11: Wordpress - Digit Waves","isPartOf":{"@id":"https:\/\/digitwaves.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/digitwaves.com\/wp-content\/uploads\/2026\/01\/universal_upscale_0_4d72b027-2397-4630-8f21-148bf65c4d65_0.jpg","datePublished":"2026-01-05T20:08:39+00:00","dateModified":"2026-01-06T10:56:53+00:00","author":{"@id":"https:\/\/digitwaves.com\/#\/schema\/person\/223d018061f352913b760bf9b09a8097"},"breadcrumb":{"@id":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/#primaryimage","url":"https:\/\/digitwaves.com\/wp-content\/uploads\/2026\/01\/universal_upscale_0_4d72b027-2397-4630-8f21-148bf65c4d65_0.jpg","contentUrl":"https:\/\/digitwaves.com\/wp-content\/uploads\/2026\/01\/universal_upscale_0_4d72b027-2397-4630-8f21-148bf65c4d65_0.jpg","width":2688,"height":1536},{"@type":"BreadcrumbList","@id":"https:\/\/digitwaves.com\/index.php\/docker-session-on-windows-11-chatbot-on-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/digitwaves.com\/"},{"@type":"ListItem","position":2,"name":"Docker Session on Windows 11: WordPress"}]},{"@type":"WebSite","@id":"https:\/\/digitwaves.com\/#website","url":"https:\/\/digitwaves.com\/","name":"Digit Waves","description":"Just another WordPress site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/digitwaves.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/digitwaves.com\/#\/schema\/person\/223d018061f352913b760bf9b09a8097","name":"cmartin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2aa893c0e8a64727fc5308b3b422801ee1f800294e70ee6ac57fd6b86a104eb2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2aa893c0e8a64727fc5308b3b422801ee1f800294e70ee6ac57fd6b86a104eb2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2aa893c0e8a64727fc5308b3b422801ee1f800294e70ee6ac57fd6b86a104eb2?s=96&d=mm&r=g","caption":"cmartin"},"sameAs":["http:\/\/digitwaves.com"],"url":"https:\/\/digitwaves.com\/index.php\/author\/cmartin\/"}]}},"_links":{"self":[{"href":"https:\/\/digitwaves.com\/index.php\/wp-json\/wp\/v2\/posts\/1328","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitwaves.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/digitwaves.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/digitwaves.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digitwaves.com\/index.php\/wp-json\/wp\/v2\/comments?post=1328"}],"version-history":[{"count":20,"href":"https:\/\/digitwaves.com\/index.php\/wp-json\/wp\/v2\/posts\/1328\/revisions"}],"predecessor-version":[{"id":1350,"href":"https:\/\/digitwaves.com\/index.php\/wp-json\/wp\/v2\/posts\/1328\/revisions\/1350"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/digitwaves.com\/index.php\/wp-json\/wp\/v2\/media\/1340"}],"wp:attachment":[{"href":"https:\/\/digitwaves.com\/index.php\/wp-json\/wp\/v2\/media?parent=1328"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/digitwaves.com\/index.php\/wp-json\/wp\/v2\/categories?post=1328"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/digitwaves.com\/index.php\/wp-json\/wp\/v2\/tags?post=1328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}