<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://hastur.tiaro.xyz/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://hastur.tiaro.xyz/feed.php">
        <title>Знання software:docker</title>
        <description></description>
        <link>https://hastur.tiaro.xyz/</link>
        <image rdf:resource="https://hastur.tiaro.xyz/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-07-17T12:31:19+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://hastur.tiaro.xyz/doku.php?id=software:docker:clearspace&amp;rev=1528373999&amp;do=diff"/>
                <rdf:li rdf:resource="https://hastur.tiaro.xyz/doku.php?id=software:docker:install&amp;rev=1528373699&amp;do=diff"/>
                <rdf:li rdf:resource="https://hastur.tiaro.xyz/doku.php?id=software:docker:tips&amp;rev=1620897603&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://hastur.tiaro.xyz/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Знання</title>
        <link>https://hastur.tiaro.xyz/</link>
        <url>https://hastur.tiaro.xyz/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://hastur.tiaro.xyz/doku.php?id=software:docker:clearspace&amp;rev=1528373999&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-06-07T15:19:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software:docker:clearspace</title>
        <link>https://hastur.tiaro.xyz/doku.php?id=software:docker:clearspace&amp;rev=1528373999&amp;do=diff</link>
        <description>Посмотреть, сколько занимает места на диске:
docker system df
----------

As of 1.13.0, see the new prune commands:

Remove all stopped containers:
docker container prune
Remove all unused volumes:
docker volume prune</description>
    </item>
    <item rdf:about="https://hastur.tiaro.xyz/doku.php?id=software:docker:install&amp;rev=1528373699&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-06-07T15:14:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software:docker:install</title>
        <link>https://hastur.tiaro.xyz/doku.php?id=software:docker:install&amp;rev=1528373699&amp;do=diff</link>
        <description>Install in Linux

1. open &lt;https://get.docker.com&gt;

2. at the start of script there's section “This script is meant for quick &amp; easy install via:” - just run 
these 2 commands (curl -fsSL get.docker.com -o get-docker.sh &amp;&amp; sh get-docker.sh) and they will install edge version by default, adding repository for your distribution.</description>
    </item>
    <item rdf:about="https://hastur.tiaro.xyz/doku.php?id=software:docker:tips&amp;rev=1620897603&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-05-13T12:20:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software:docker:tips</title>
        <link>https://hastur.tiaro.xyz/doku.php?id=software:docker:tips&amp;rev=1620897603&amp;do=diff</link>
        <description>Short docker info
docker container ls --filter &quot;status=running&quot; --format 'table {{.ID}}\t{{.Names}}\t{{.Status}}\t{{.Image}}'
Show path to container log
docker inspect container_name|grep LogPath
Security: pull images

Once a week stop using caching and update all layers (</description>
    </item>
</rdf:RDF>
