<?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=Agrof</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=Agrof"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Agrof"/>
	<updated>2026-05-05T21:32:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Podman&amp;diff=20344</id>
		<title>Podman</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Podman&amp;diff=20344"/>
		<updated>2021-11-17T20:07:29Z</updated>

		<summary type="html">&lt;p&gt;Agrof: Brought back necessary steps to run podman&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installation ==&lt;br /&gt;
&lt;br /&gt;
The Podman package is from the alpine version 3.14 on in the &#039;community&#039; 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;
  rc-update add cgroups&lt;br /&gt;
  rc-service cgroups start&lt;br /&gt;
&lt;br /&gt;
For rootless support:&lt;br /&gt;
&lt;br /&gt;
  apk add fuse-overlayfs shadow slirp4netns&lt;br /&gt;
  modprobe tun&lt;br /&gt;
  usermod --add-subuids 100000-165535 &amp;lt;user&amp;gt;&lt;br /&gt;
  usermod --add-subgids 100000-165535 &amp;lt;user&amp;gt;&lt;br /&gt;
  podman system migrate&lt;br /&gt;
&lt;br /&gt;
Run an example container to verify everything works&lt;br /&gt;
&lt;br /&gt;
  podman run --rm hello-world&lt;/div&gt;</summary>
		<author><name>Agrof</name></author>
	</entry>
</feed>