<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://ssl.webangel.ie/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="http://ssl.webangel.ie/feed.php">
        <title>Opbzil - classnotes:rh134:containers</title>
        <description></description>
        <link>http://ssl.webangel.ie/</link>
        <image rdf:resource="http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-28T12:39:23+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=classnotes:rh134:containers:containers_as_services&amp;rev=1759832057&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=classnotes:rh134:containers:deploy&amp;rev=1759832057&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Opbzil</title>
        <link>http://ssl.webangel.ie/</link>
        <url>http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=classnotes:rh134:containers:containers_as_services&amp;rev=1759832057&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T10:14:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>containers_as_services</title>
        <link>http://ssl.webangel.ie/doku.php?id=classnotes:rh134:containers:containers_as_services&amp;rev=1759832057&amp;do=diff</link>
        <description>Manage Containers as System Services

to run them as root less (without root priviledges) you need to run 

 systemctl --user 

first you need to create the system unit this looks at the properties of the already running container. THese are stored in /home/user/.config/systemd/user/ command is</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=classnotes:rh134:containers:deploy&amp;rev=1759832057&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T10:14:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>deploy</title>
        <link>http://ssl.webangel.ie/doku.php?id=classnotes:rh134:containers:deploy&amp;rev=1759832057&amp;do=diff</link>
        <description>Deploy Containers

need to ensure you have everything installed

 dnf install container-tools 

use command podman  to interface with runc (the container engine)

some podman commands
  podman info   gives configuration details for containers   podman ps</description>
    </item>
</rdf:RDF>
