<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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>Opensuse 15.1 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/opensuse-15-1/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 28 Feb 2020 15:42:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Podman on OpenSUSE 15.1?</title>
		<link>https://www.osradar.com/how-to-install-podman-opensuse-15-1/</link>
					<comments>https://www.osradar.com/how-to-install-podman-opensuse-15-1/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 03 Mar 2020 23:44:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Containers]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[Opensuse 15.1]]></category>
		<category><![CDATA[podman]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Virtualization]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=18732</guid>

					<description><![CDATA[<p>Docker is a technology widely used today because it solves problems that arise with virtual machines. It is quite used and relatively simple to use. However, a possible substitute appears to be a serious competitor to Docker. Therefore, in this post, we will show you how to install Podman on OpenSUSE 15.1 What is Podman? [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-podman-opensuse-15-1/">How to install Podman on OpenSUSE 15.1?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Docker is a technology widely used today because it solves problems that arise with virtual machines. It is quite used and relatively simple to use. However, a possible substitute appears to be a serious competitor to Docker. Therefore, in this post, <strong>we will show you how to install Podman on OpenSUSE 15.1 </strong></p>



<h2>What is Podman?</h2>



<p><a href="https://www.osradar.com/tag/docker" target="_blank" rel="noreferrer noopener" aria-label="Docker (opens in a new tab)">Docker</a> bases all its operation on a process (daemon) that manages the containers. This process is getting bigger and bigger over time and this can be a problem. So Podman uses the fork/exec model that allows it to run using a smaller amount of resources.</p>



<p>The main driver of the project is Red Hat that has seen how in this distribution and the derivatives like <a href="https://www.osradar.com/tag/centos" target="_blank" rel="noreferrer noopener" aria-label="CentOS (opens in a new tab)">CentOS</a> have been replaced Docker with Podman. However, the images and many commands are compatible which reduces the learning curve.</p>



<p>One of the main differences is the path where Podman saves the images.</p>



<p>So in short, <a rel="noreferrer noopener" aria-label="Podman (opens in a new tab)" href="https://podman.io" target="_blank">Podman</a> is a container integration engine. It allows you to manage them in much the same way as Docker. So it&#8217;s a simple transition.</p>



<h2>Installing Podman on OpenSUSE 15.1</h2>



<p>Podman has strong documentation where they explain, among other things, how to install it from the source code. However, let&#8217;s do a search within the official OpenSUSE repositories to see.</p>



<p>So, open a terminal session or connect to your server using SSH.</p>



<pre class="wp-block-preformatted">:~$ sudo zypper search podman
Loading repository data…
 Reading installed packages…
 S | Name              | Summary                                                               | Type   
 --+-------------------+-----------------------------------------------------------------------+--------
   | podman            | Daemon-less container engine for managing containers, pods and images | package
   | podman-cni-config | Basic CNI configuration for podman                                    | packageLoading repository data…
 Reading installed packages…
 S | Name              | Summary                                                               | Type   
 --+-------------------+-----------------------------------------------------------------------+--------
   | podman            | Daemon-less container engine for managing containers, pods and images | package
   | podman-cni-config | Basic CNI configuration for podman                                    | package</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="189" src="https://www.osradar.com/wp-content/uploads/2020/02/1-22-1024x189.png" alt="1.- Searching for Podman on OpenSUSE 15.1" class="wp-image-18734" srcset="https://www.osradar.com/wp-content/uploads/2020/02/1-22-1024x189.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/1-22-300x55.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/1-22-768x141.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/1-22-696x128.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/1-22.png 1032w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Searching for Podman on OpenSUSE 15.1</figcaption></figure>



<p>As we can see in the image and in the standard output, Podman is in the official OpenSUSE 15.1 repositories, so it is best to install it from there as there are no external pre-compiled binaries.</p>



<p>To do this, just use the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo zypper in podman
Loading repository data…
 Reading installed packages…
 Resolving package dependencies…
 The following 16 NEW packages are going to be installed:
   catatonit cni cni-plugins criu libcontainers-common libnet9 libostree-1-1 libprotobuf-c1 libpython2_7-1_0 podman podman-cni-config python2-ipaddr python2-protobuf
   python-base runc slirp4netns
 The following 3 recommended packages were automatically selected:
   cni-plugins criu podman-cni-config
 16 new packages to install.
 Overall download size: 36,1 MiB. Already cached: 0 B. After the operation, additional 138,7 MiB will be used.
 Continue? y/n/v/…? shows all options:</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="215" src="https://www.osradar.com/wp-content/uploads/2020/02/2-21-1024x215.png" alt="2.- Install Podman on OpenSUSE 15.1" class="wp-image-18735" srcset="https://www.osradar.com/wp-content/uploads/2020/02/2-21-1024x215.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/2-21-300x63.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/2-21-768x161.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/2-21-696x146.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/2-21-1068x224.png 1068w, https://www.osradar.com/wp-content/uploads/2020/02/2-21.png 1361w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Install Podman on OpenSUSE 15.1</figcaption></figure>



<p>At the end of the installation, Podman will be ready for work.</p>



<h2>Testing Podman on OpenSUSE 15.1</h2>



<p>The installation has been completed but we are going to test the operation.</p>



<p>To do so, I will download the image of Alpine. It is light and simple and will help us to test the operation of Podman.</p>



<pre class="wp-block-preformatted">:~$ sudo podman pull alpine
Trying to pull docker.io/alpine:latest…Getting image source signatures
 Copying blob c9b1b535fdd9: 2.67 MiB / 2.67 MiB [============================] 8s
 Copying config e7d92cdc71fe: 1.48 KiB / 1.48 KiB [==========================] 0s
 Writing manifest to image destination
 Storing signatures
 e7d92cdc71feacf90708cb59182d0df1b911f8ae022d29e8e95d75ca6a99776a</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="817" height="189" src="https://www.osradar.com/wp-content/uploads/2020/02/3-18.png" alt="3.- Testing the Podman installation" class="wp-image-18737" srcset="https://www.osradar.com/wp-content/uploads/2020/02/3-18.png 817w, https://www.osradar.com/wp-content/uploads/2020/02/3-18-300x69.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/3-18-768x178.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/3-18-696x161.png 696w" sizes="(max-width: 817px) 100vw, 817px" /><figcaption>3.- Testing the Podman installation</figcaption></figure>



<p>To check all the images that are downloaded to the system, execute the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo podman images 
REPOSITORY                 TAG      IMAGE ID       CREATED       SIZE
 docker.io/library/alpine   latest   e7d92cdc71fe   5 weeks ago   5.86 MB</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="702" height="152" src="https://www.osradar.com/wp-content/uploads/2020/02/4-18.png" alt="4.- Downloaded images" class="wp-image-18739" srcset="https://www.osradar.com/wp-content/uploads/2020/02/4-18.png 702w, https://www.osradar.com/wp-content/uploads/2020/02/4-18-300x65.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/4-18-696x152.png 696w" sizes="(max-width: 702px) 100vw, 702px" /><figcaption>4.- Downloaded images</figcaption></figure>



<p>And finally, run Alpine&#8217;s image.   Once inside the image, run a command to prove we&#8217;re at Alpine:</p>



<pre class="wp-block-preformatted">:~$ sudo podman run -it --rm docker.io/library/alpine /bin/sh
/ # cat /etc/os-release 
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.11.3
PRETTY_NAME="Alpine Linux v3.11"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"
/ #</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="778" height="210" src="https://www.osradar.com/wp-content/uploads/2020/02/5-16.png" alt="5.- Podman working on OpenSUSE 15.1" class="wp-image-18740" srcset="https://www.osradar.com/wp-content/uploads/2020/02/5-16.png 778w, https://www.osradar.com/wp-content/uploads/2020/02/5-16-300x81.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/5-16-768x207.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/5-16-696x188.png 696w" sizes="(max-width: 778px) 100vw, 778px" /><figcaption>5.- Podman working on OpenSUSE 15.1</figcaption></figure>



<p>So, Podman is ready for the job.</p>



<h2>Conclusion</h2>



<p>Podman emerges as an alternative to Docker. As I always say, the competition only benefits the user and if Podman improves on the already excellent one made by Docker then it is welcome. So we&#8217;ll keep track of the project and now you know how to install it in OpenSUSE 15.1</p>



<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener" aria-label="our Telegram channel (opens in a new tab)">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-podman-opensuse-15-1/">How to install Podman on OpenSUSE 15.1?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-podman-opensuse-15-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
