<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>拉起容器 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E6%8B%89%E8%B5%B7%E5%AE%B9%E5%99%A8/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Tue, 04 Jun 2024 05:09:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>使用podman后实现容器开机自启</title>
		<link>https://www.coder4.com/archives/8173</link>
					<comments>https://www.coder4.com/archives/8173#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 04 Jun 2024 05:09:12 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[podman]]></category>
		<category><![CDATA[拉起容器]]></category>
		<category><![CDATA[重启]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=8173</guid>

					<description><![CDATA[之前Docker时有个--restart always的参数，能实现开机自启(原意是挂掉后拉起） 在切换到podman后无效了，原因是podman设计的很轻量，没有守护进程，解决方案如下： 生成systemd文件： podman generate systemd --name your-container-name --files --new 上述your-container-name是你正在运行的容器，会自动提取对应参数 sudo mv container-your-cont[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/8173/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
