<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dokuwiki.gfz.de/datawiki/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://dokuwiki.gfz.de/datawiki/feed.php">
        <title>DataWiki rdm-dev:docker</title>
        <description></description>
        <link>https://dokuwiki.gfz.de/datawiki/</link>
        <image rdf:resource="https://dokuwiki.gfz.de/datawiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-17T04:26:42+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:cleanup&amp;rev=1761747159&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:exe&amp;rev=1761751597&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:ip&amp;rev=1763472342&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:it&amp;rev=1763472284&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:tag&amp;rev=1772009007&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dokuwiki.gfz.de/datawiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>DataWiki</title>
        <link>https://dokuwiki.gfz.de/datawiki/</link>
        <url>https://dokuwiki.gfz.de/datawiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:cleanup&amp;rev=1761747159&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-29T14:12:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rdm-dev:docker:cleanup</title>
        <link>https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:cleanup&amp;rev=1761747159&amp;do=diff</link>
        <description>Docker Cleanup Guide: Reclaiming Disk Space

Docker is an amazing technology that backs up each project I work on. Without diving too much into details, let's go through a workflow on how to clean up space that Docker takes up on your system.



Understanding Docker's Storage Model</description>
    </item>
    <item rdf:about="https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:exe&amp;rev=1761751597&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-29T15:26:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rdm-dev:docker:exe</title>
        <link>https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:exe&amp;rev=1761751597&amp;do=diff</link>
        <description>🐛 Fix: docker-credential-desktop.exe executable file not found in PATH (WSL2)

This issue commonly arises when using Docker Desktop with WSL2 integration, causing Docker to fail when attempting to access the Windows credential manager for secure login details.</description>
    </item>
    <item rdf:about="https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:ip&amp;rev=1763472342&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-18T13:25:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rdm-dev:docker:ip</title>
        <link>https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:ip&amp;rev=1763472342&amp;do=diff</link>
        <description>How to get the IP-adress of a container? 

 docker inspect -f '' container_name

&gt; 172.20.0.2

Editing m(</description>
    </item>
    <item rdf:about="https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:it&amp;rev=1763472284&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-18T13:24:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rdm-dev:docker:it</title>
        <link>https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:it&amp;rev=1763472284&amp;do=diff</link>
        <description>Docker containers are a bit like virtual machines sometimes. Namely, you can connect to a container and run shell scripts there. 

the command for it is:

docker exec -it container-name bash

-it - this is very important! this means interactive terminal: your terminal becomes the containers' terminal.</description>
    </item>
    <item rdf:about="https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:tag&amp;rev=1772009007&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-25T08:43:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rdm-dev:docker:tag</title>
        <link>https://dokuwiki.gfz.de/datawiki/doku.php?id=rdm-dev:docker:tag&amp;rev=1772009007&amp;do=diff</link>
        <description>Docker Tagging for Instant Rollbacks

A Docker Tag is essentially an “alias” or a “pointer” to a specific Image ID. Think of it like a git branch or a file shortcut; it allows you to label a specific version of your app so you can find it later.
1. The</description>
    </item>
</rdf:RDF>
