<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=P3lim</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=P3lim"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/P3lim"/>
	<updated>2026-04-29T14:59:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Podman&amp;diff=17734</id>
		<title>Podman</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Podman&amp;diff=17734"/>
		<updated>2020-06-17T18:40:32Z</updated>

		<summary type="html">&lt;p&gt;P3lim: Created page with &amp;quot;== Installation ==  The Podman package is in the &amp;#039;Testing&amp;#039; repository. See Alpine_Linux_package_management how to add a repository.   apk add podman  To run Podman you&amp;#039;ll...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installation ==&lt;br /&gt;
&lt;br /&gt;
The Podman package is in the &#039;Testing&#039; repository. See [[Alpine_Linux_package_management]] how to add a repository.&lt;br /&gt;
&lt;br /&gt;
 apk add podman&lt;br /&gt;
&lt;br /&gt;
To run Podman you&#039;ll need to enable the cgroups service, see [[Alpine_Linux_Init_System]].&lt;br /&gt;
&lt;br /&gt;
 rc-update add cgroups&lt;br /&gt;
 rc-service cgroups start&lt;br /&gt;
&lt;br /&gt;
Run an example container to verify everything works&lt;br /&gt;
&lt;br /&gt;
 podman run -d --rm --name nginx -p 80:80 docker.io/nginx:latest&lt;br /&gt;
 curl localhost&lt;br /&gt;
 podman stop nginx&lt;/div&gt;</summary>
		<author><name>P3lim</name></author>
	</entry>
</feed>