<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.darrenwindle.co.uk/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://wiki.darrenwindle.co.uk/feed.php">
        <title>Tanked Server Information docker:guides</title>
        <description></description>
        <link>https://wiki.darrenwindle.co.uk/</link>
        <image rdf:resource="https://wiki.darrenwindle.co.uk/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-06T02:00:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.darrenwindle.co.uk/doku.php/docker:guides:naming_docker_containers?rev=1733042402&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.darrenwindle.co.uk/doku.php/docker:guides:using_docker?rev=1733042402&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.darrenwindle.co.uk/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Tanked Server Information</title>
        <link>https://wiki.darrenwindle.co.uk/</link>
        <url>https://wiki.darrenwindle.co.uk/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.darrenwindle.co.uk/doku.php/docker:guides:naming_docker_containers?rev=1733042402&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-01T08:40:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Naming Docker Containers</title>
        <link>https://wiki.darrenwindle.co.uk/doku.php/docker:guides:naming_docker_containers?rev=1733042402&amp;do=diff</link>
        <description>Naming Docker Containers

When you create a Docker container, it is assigned a universally unique identifier (UUID). These are essential to avoid naming conflicts and promote automation without human intervention. They effectively identify containers to the host and network. However, they take more effort for humans to differentiate between, whether in the 64 character human-readable long display or the more frequently displayed 12 character short form, which might look something like</description>
    </item>
    <item rdf:about="https://wiki.darrenwindle.co.uk/doku.php/docker:guides:using_docker?rev=1733042402&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-01T08:40:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Using Docker</title>
        <link>https://wiki.darrenwindle.co.uk/doku.php/docker:guides:using_docker?rev=1733042402&amp;do=diff</link>
        <description>Using Docker



Introduction

Docker is a popular containerization tool used to provide software applications with a filesystem that contains everything they need to run. Using Docker containers ensures that the software will behave the same way, regardless of where it is deployed, because its run-time environment is ruthlessly consistent.</description>
    </item>
</rdf:RDF>
