<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: anirudha ingole</title>
    <description>The latest articles on DEV Community by anirudha ingole (@ingoleanirudha).</description>
    <link>https://dev.to/ingoleanirudha</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F674246%2F6c846478-79ab-4f9a-bb8a-aca1d2e1b5f8.png</url>
      <title>DEV Community: anirudha ingole</title>
      <link>https://dev.to/ingoleanirudha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ingoleanirudha"/>
    <language>en</language>
    <item>
      <title>Deploying podman images using  running container in centos -8</title>
      <dc:creator>anirudha ingole</dc:creator>
      <pubDate>Mon, 26 Jul 2021 14:55:20 +0000</pubDate>
      <link>https://dev.to/ingoleanirudha/deploying-podman-images-using-running-container-in-centos-8-1i60</link>
      <guid>https://dev.to/ingoleanirudha/deploying-podman-images-using-running-container-in-centos-8-1i60</guid>
      <description>&lt;p&gt;What is podman .&lt;br&gt;
What is Podman? Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode.&lt;/p&gt;

&lt;p&gt;People associate running pods with Kubernetes. And when they run containers in their development runtimes, they do not even think about the role pods could play—even in a localized runtime.  Most people coming from the Docker world of running single containers do not envision the concept of running pods. There are several good reasons to consider using pods locally, other than using pods to naturally group your containers.&lt;/p&gt;

&lt;p&gt;Podman installation process in centos 8..&lt;br&gt;
sudo dnf -y module disable container-tools&lt;br&gt;
sudo dnf -y install 'dnf-command(copr)'&lt;br&gt;
sudo dnf -y copr enable rhcontainerbot/container-selinux&lt;br&gt;
sudo curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:testing.repo &lt;a href="https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/CentOS_8/devel:kubic:libcontainers:testing.repo"&gt;https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/CentOS_8/devel:kubic:libcontainers:testing.repo&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  OPTIONAL FOR RUNC USERS: crun will be installed by default. Install runc first if you prefer runc
&lt;/h1&gt;

&lt;p&gt;sudo dnf -y --refresh install runc&lt;/p&gt;

&lt;h1&gt;
  
  
  Install Podman
&lt;/h1&gt;

&lt;p&gt;sudo dnf -y --refresh install podman&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
