<?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: Run Python in Raspberry PI Containers with Docker	</title>
	<atom:link href="https://peppe8o.com/python-raspberry-pi-containers/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/python-raspberry-pi-containers/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Sat, 01 Mar 2025 14:18:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/python-raspberry-pi-containers/#comment-40871</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Mon, 02 Dec 2024 07:06:41 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=13125#comment-40871</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/python-raspberry-pi-containers/#comment-40845&quot;&gt;Ron R&lt;/a&gt;.

Hi Ron,
docker containers are quite different from virtual environments and they are the base for microservices. While in virtual environments you can create programs only based on a specific programming language, containers allow you to create infrastructures with different parts, where each part can be different from the others. This is the reason why they are really loved from developers.
Back your question, containers will always tend to reduce the used resources. If a container ends its job, there&#039;s no reason to get it occuping space or any resources. At any time you can run again the container with the same docker run command. Please remember that if you need to save data you must use persistent volumes as shown in the tutorial (otherwise they will be erased with the container).
An important consideration to do is that containers ARE NOT virtual machines, even if they may appear similar in some cases.

I think that if you try docker containers you will appreciate the flexibility and power of them.

Cheers, Giuseppe]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/python-raspberry-pi-containers/#comment-40845">Ron R</a>.</p>
<p>Hi Ron,<br />
docker containers are quite different from virtual environments and they are the base for microservices. While in virtual environments you can create programs only based on a specific programming language, containers allow you to create infrastructures with different parts, where each part can be different from the others. This is the reason why they are really loved from developers.<br />
Back your question, containers will always tend to reduce the used resources. If a container ends its job, there&#8217;s no reason to get it occuping space or any resources. At any time you can run again the container with the same docker run command. Please remember that if you need to save data you must use persistent volumes as shown in the tutorial (otherwise they will be erased with the container).<br />
An important consideration to do is that containers ARE NOT virtual machines, even if they may appear similar in some cases.</p>
<p>I think that if you try docker containers you will appreciate the flexibility and power of them.</p>
<p>Cheers, Giuseppe</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ron R		</title>
		<link>https://peppe8o.com/python-raspberry-pi-containers/#comment-40845</link>

		<dc:creator><![CDATA[Ron R]]></dc:creator>
		<pubDate>Sun, 01 Dec 2024 22:56:51 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=13125#comment-40845</guid>

					<description><![CDATA[Docker containers seems similar to running Django in a virtual environment.  I do not understand it deleting the container when the script finishes.  What do you have to do to restart the script? I&#039;ve never heard of Docker before so I&#039;m very new to these concepts.]]></description>
			<content:encoded><![CDATA[<p>Docker containers seems similar to running Django in a virtual environment.  I do not understand it deleting the container when the script finishes.  What do you have to do to restart the script? I&#8217;ve never heard of Docker before so I&#8217;m very new to these concepts.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
