<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dokuwiki.cloche.ca/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.cloche.ca/feed.php">
        <title>JoLeKing - docker:network</title>
        <description></description>
        <link>https://dokuwiki.cloche.ca/</link>
        <image rdf:resource="https://dokuwiki.cloche.ca/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-10T05:38:13+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?id=docker:network:macvlan&amp;rev=1764012007&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dokuwiki.cloche.ca/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>JoLeKing</title>
        <link>https://dokuwiki.cloche.ca/</link>
        <url>https://dokuwiki.cloche.ca/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://dokuwiki.cloche.ca/doku.php?id=docker:network:macvlan&amp;rev=1764012007&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-24T19:20:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>macvlan</title>
        <link>https://dokuwiki.cloche.ca/doku.php?id=docker:network:macvlan&amp;rev=1764012007&amp;do=diff</link>
        <description>MACVLAN


docker network create -d macvlan \
  --ipv6 \
  --subnet=192.168.222.0/24 \
  --subnet=2001:db8:1d:2ec::/64 \
  --gateway=192.168.222.1 \
  --gateway=2001:db8:1d:2ec::1 \
  -o parent=enp5s0f3.100 \
  vlan100



docker network create -d macvlan \
  --subnet=192.168.222.0/24 \
  --gateway=192.168.222.1 \
  -o parent=enp5s0f3.100 \
  vlan100-ipv4</description>
    </item>
</rdf:RDF>
