<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>DevOps :: Nicolas` Blog</title>
    <link>https://hurion.eu/blog/index.html</link>
    <description>Informations related to DevOps: containers, network, vpn, vm, configuration, and so on.&#xA;From Docker to PodmanPodman is a tool that can run OCI containers and aims at being a drop replacement for Docker but with some differences&#xA;no daemon rootless by default only run containers, do not build images However, there a subtle differences that makes it hard to directly replace docker by podman.&#xA;Usage The main difference with docker is that podman does not use a daemon. The consequence of that is that the containers are running with the user that started them.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 16 Feb 2025 12:29:47 +0100</lastBuildDate>
    <atom:link href="https://hurion.eu/blog/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>From Docker to Podman</title>
      <link>https://hurion.eu/blog/docker-to-podman/index.html</link>
      <pubDate>Sun, 16 Feb 2025 12:29:47 +0100</pubDate>
      <guid>https://hurion.eu/blog/docker-to-podman/index.html</guid>
      <description>Podman is a tool that can run OCI containers and aims at being a drop replacement for Docker but with some differences&#xA;no daemon rootless by default only run containers, do not build images However, there a subtle differences that makes it hard to directly replace docker by podman.&#xA;Usage The main difference with docker is that podman does not use a daemon. The consequence of that is that the containers are running with the user that started them.</description>
    </item>
  </channel>
</rss>