Docker or Podman

Docker or Podman

Podman and Docker are both containerization platforms that enable developers to create, deploy, and manage containerized applications. Here are some key differences between the two:

No alt text provided for this image

To move from Docker Desktop to Podman Desktop steps:

  1. Uninstall Docker Desktop: Before installing Podman Desktop, you need to uninstall Docker Desktop from your system. This can be done by following the instructions provided by Docker on its website.
  2. Install Podman Desktop: To install Podman Desktop, you can download the installer from the Podman website and run it on your system. The installation process is straightforward and similar to installing other applications on your system.
  3. Migrate Docker images and containers to Podman: After installing Podman Desktop, you need to migrate your existing Docker images and containers to Podman. This can be done using the following command in the terminal:

$ podman import docker://<image-name>         

This command will import the Docker image to Podman.

To migrate Docker containers, you can use the following command:

$ podman run -it --rm --name <container-name> docker://<image-name>         

This command will create a new Podman container using the Docker image.

4. Test Podman Desktop: After migrating your Docker images and containers to Podman, you can test Podman Desktop by running your applications and verifying that they work as expected.

It's important to note that there may be differences in the behavior of Podman compared to Docker, so it's recommended to test your applications thoroughly before deploying them to production.

Julien Maitrehenry

Chief Architect at Paren | Docker Captain

2 å¹´

Hi Hamida Rebai Trabelsi, I disagree for the security point, Docker daemon can run as non-root user too: https://docs.docker.com/engine/security/rootless/ Also, for image management, both can pull/push image to remote registry and load image from a local archive too. Docker could also run without any network access with image loaded locally. Also, now, Podman support a client/server mode with a RestFull API with the server running on linux only and client running on windows, mac or linux.

要查看或添加评论,请登录

Hamida Rebai Trabelsi的更多文章

  • ?? Book Giveaway Alert! ??

    ?? Book Giveaway Alert! ??

    Excited to announce that if you join my session at the Tunisia Dev Days conference, you’ll get a chance to take home…

  • Cloud Evolution: Powering Digital Transformation and AI Innovations

    Cloud Evolution: Powering Digital Transformation and AI Innovations

    The evolution of cloud computing is intricately tied to the advancement of Digital Transformation and AI. Here’s how I…

  • Digital Horizons Chronicles - monthly newsletter

    Digital Horizons Chronicles - monthly newsletter

    Welcome to Digital Horizons Chronicles, a newsletter dedicated to exploring books at the intersection of Digital…

    4 条评论
  • Première étape dans la transformation infonuagique - Critères de sélection

    Première étape dans la transformation infonuagique - Critères de sélection

    Je reviens de nouveau à la journée Amazon Web Services (AWS) afin de parler plus en détail de ce que j'ai retenu de la…

    1 条评论
  • Transformation infonuagique

    Transformation infonuagique

    Hier, j'ai assisté à la journée AWS et j'ai été captivé par le discours d'ouverture de Catherine Desgagnes-Belzil…

  • Revolutionizing Docker Image Builds with Docker Build Cloud: A Game-Changer for Developers

    Revolutionizing Docker Image Builds with Docker Build Cloud: A Game-Changer for Developers

    In today's fast-paced world of software development, every minute counts. Docker acknowledges the need for efficiency…

    1 条评论
  • Book Review: Azure Architecture Explained

    Book Review: Azure Architecture Explained

    "Azure Architecture Explained" proves to be an invaluable resource for Azure architects aiming to elevate their…

  • Book Review: Azure for Decision Makers

    Book Review: Azure for Decision Makers

    "Azure for Decision Makers" provides a comprehensive guide for business and IT decision-makers navigating the Azure…

  • 2023 Reviews 2024 Resolutions

    2023 Reviews 2024 Resolutions

    1 - 2 - 3 Let's go with 2023 reviews. I will start with my remote contributions: Remote sessions: [Conf42: DevOps 2023]…

    2 条评论
  • DevOps vs Site Reliability Engineering (SRE) vs Platform Engineering

    DevOps vs Site Reliability Engineering (SRE) vs Platform Engineering

    DevOps, Site Reliability Engineering (SRE), and Platform Engineering are integral roles in modern technology…

社区洞察

其他会员也浏览了