<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Effortlessly Scaffold Your App with Docker &#8211; Part 1	</title>
	<atom:link href="https://intellitect.com/blog/docker-scaffold/feed/" rel="self" type="application/rss+xml" />
	<link>https://intellitect.com/blog/docker-scaffold/</link>
	<description>Complex Software Development - Simplified</description>
	<lastBuildDate>Tue, 26 Apr 2022 15:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Amerys		</title>
		<link>https://intellitect.com/blog/docker-scaffold/#comment-385360</link>

		<dc:creator><![CDATA[Amerys]]></dc:creator>
		<pubDate>Mon, 17 May 2021 21:24:39 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=35012#comment-385360</guid>

					<description><![CDATA[Thanks for the tutorial. In order to get it working, I had to change the volumes name in the docker-compose.yml file, from &quot;frontend&quot; to &quot;Frontend&quot; and &quot;backend&quot; to &quot;Backend&quot;.]]></description>
			<content:encoded><![CDATA[<p>Thanks for the tutorial. In order to get it working, I had to change the volumes name in the docker-compose.yml file, from &#8220;frontend&#8221; to &#8220;Frontend&#8221; and &#8220;backend&#8221; to &#8220;Backend&#8221;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Taylor Chaparro		</title>
		<link>https://intellitect.com/blog/docker-scaffold/#comment-378623</link>

		<dc:creator><![CDATA[Taylor Chaparro]]></dc:creator>
		<pubDate>Fri, 15 Nov 2019 17:56:49 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=35012#comment-378623</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/docker-scaffold/#comment-378517&quot;&gt;Paul&lt;/a&gt;.

The issue is probably `$(pwd)`. Are you trying to run PowerShell vs bash? If so, replace any `$(pwd)` with `$pwd.Path`. That should work for you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/docker-scaffold/#comment-378517">Paul</a>.</p>
<p>The issue is probably `$(pwd)`. Are you trying to run PowerShell vs bash? If so, replace any `$(pwd)` with `$pwd.Path`. That should work for you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul		</title>
		<link>https://intellitect.com/blog/docker-scaffold/#comment-378517</link>

		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Fri, 08 Nov 2019 17:00:09 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=35012#comment-378517</guid>

					<description><![CDATA[Loved the tutorial but I came across issues.
I was able to clone the final solution and see some data from localhost:4200 but localhost:5000 resulted in a 404:
web_1     &#124; info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
web_1     &#124;       Request starting HTTP/1.1 GET http://localhost:5000/
web_1     &#124; info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
web_1     &#124;       Request finished in 0.1791ms 404
web_1     &#124; info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
web_1     &#124;       Request starting HTTP/1.1 GET http://localhost:5000/favicon.ico
web_1     &#124; info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
web_1     &#124;       Request finished in 0.0986ms 0

However, I wanted to build from scratch but I was getting an error when scaffolding the backend:
docker run -v $(pwd):/app -w /app microsoft/dotnet dotnet new sln -n gadget_depot
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: invalid reference format.
See &#039;C:\Program Files\Docker\Docker\Resources\bin\docker.exe run --help&#039;.

Any ideas of why this is happening there?]]></description>
			<content:encoded><![CDATA[<p>Loved the tutorial but I came across issues.<br />
I was able to clone the final solution and see some data from localhost:4200 but localhost:5000 resulted in a 404:<br />
web_1     | info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]<br />
web_1     |       Request starting HTTP/1.1 GET <a href="http://localhost:5000/" rel="nofollow ugc">http://localhost:5000/</a><br />
web_1     | info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]<br />
web_1     |       Request finished in 0.1791ms 404<br />
web_1     | info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]<br />
web_1     |       Request starting HTTP/1.1 GET <a href="http://localhost:5000/favicon.ico" rel="nofollow ugc">http://localhost:5000/favicon.ico</a><br />
web_1     | info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]<br />
web_1     |       Request finished in 0.0986ms 0</p>
<p>However, I wanted to build from scratch but I was getting an error when scaffolding the backend:<br />
docker run -v $(pwd):/app -w /app microsoft/dotnet dotnet new sln -n gadget_depot<br />
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: invalid reference format.<br />
See &#8216;C:\Program Files\Docker\Docker\Resources\bin\docker.exe run &#8211;help&#8217;.</p>
<p>Any ideas of why this is happening there?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
