Truemag

  • Home
  • Angular JS
  • C Sharp
  • DevOps




February 2020 1

Podman Vs Docker

Podman is one of the new features introduced in Red Hat Enterprise Linux(RHEL 7.6) Beta.

Podman allows us to run all the docker cli commands .

The major difference between Podman and Docker is that docker runs daemons behind the scenes but there are no deamons running for Podman. It has only a single command that takes care of the Docker deployment process.

Now, lets start by installing podman on the machine. There are two things that needs to be taken care of when installing the podman.

First, you need to enable the extras repo. Extras repo can be enabled using the below command :

$ su -
subscription-manager repos --enable rhel-7-server-extras-beta-rpms

After you have enabled the extras repo you need to install the podman. So, for installing the podman you need to run the below command:

yum -y install podman

One of the benefits using podman is that we can use podman can be integrated with the system services such as systemd.

Sign up for our newsletter to receive the latest news and event postings.

Recent Posts
  • Case Statement in Azure DevOps
  • How to solve file not found error in Linux?
  • How to delete local branch in git?
  • What is the git command to move branch pointer to different commit without checkout ?
  • What command tracks the revisions in git ?
Recent Comments
  • How to change directory in git bash? - Prashant's Blog on How to delete local branch in git?
  • eebest8 on How to use Http Post in Angular 4

  • Case Statement in Azure DevOps
  • How to solve file not found error in Linux?
  • How to delete local branch in git?
  • What is the git command to move branch pointer to different commit without checkout ?
  • What command tracks the revisions in git ?
  • Home
  • Angular JS
  • C Sharp
  • DevOps
  • June 2020
  • April 2020
  • February 2020
  • July 2019
  • June 2019
  • May 2019
  • January 2019
  • November 2018
  • October 2018
  • September 2018
  • July 2018
  • March 2018
  • February 2018
2018 © Prashant's Blog