<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://techdoku.nogafam.es/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://techdoku.nogafam.es/feed.php">
        <title>NoBIGTech Wiki Técnico - docu:csheet:sysadm:container:podman</title>
        <description></description>
        <link>https://techdoku.nogafam.es/</link>
        <image rdf:resource="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-17T10:09:46+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:container:podman:migrate_images&amp;rev=1588440758&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:container:podman:race_cond_container_storage&amp;rev=1597576189&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>NoBIGTech Wiki Técnico</title>
        <link>https://techdoku.nogafam.es/</link>
        <url>https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:container:podman:migrate_images&amp;rev=1588440758&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-02T17:32:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>migrate_images</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:container:podman:migrate_images&amp;rev=1588440758&amp;do=diff</link>
        <description>Move/Migrate docker images to Podman



Since Podman has a docker-daemon: transport that fetches from Docker, this is a straightforward loop over the images in Docker:


# select the images you want to import
docker images --format &#039;{{.Repository}}:{{.Tag}}&#039;

# import it to podman images
podman pull docker-daemon:IMAGE_NAME</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:container:podman:race_cond_container_storage&amp;rev=1597576189&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-16T11:09:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>race_cond_container_storage</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:container:podman:race_cond_container_storage&amp;rev=1597576189&amp;do=diff</link>
        <description>How to solve a race condition where container cannot be created with same name even if it does not exist





$ podman run -it --name containername ...
Error: error creating container storage: the container name &quot;containername&quot; is already in use by &quot;e54a4c6acf9feaa2eb5680e781695182548a2a26253c570eaa9347398dc8bd12&quot;. You have to remove that container to be able to reuse that name.: that name is already in use

# But the container does not exist if shown with `podman ps -a`
# The storage of the con…</description>
    </item>
</rdf:RDF>
