<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://medjava.ro/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://medjava.ro/feed.php">
        <title>Med Java - docker</title>
        <description></description>
        <link>https://medjava.ro/</link>
        <image rdf:resource="https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-26T14:19:50+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://medjava.ro/doku.php?id=docker:firewall-allow-internet-from-containers&amp;rev=1756164340&amp;do=diff"/>
                <rdf:li rdf:resource="https://medjava.ro/doku.php?id=docker:install-docker-for-windows-wsl&amp;rev=1725662660&amp;do=diff"/>
                <rdf:li rdf:resource="https://medjava.ro/doku.php?id=docker:replace-docker-desktop-on-windows-with-docker-engine-in-wsl2-ubuntu&amp;rev=1727452708&amp;do=diff"/>
                <rdf:li rdf:resource="https://medjava.ro/doku.php?id=docker:run-stop-containers&amp;rev=1708710050&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Med Java</title>
        <link>https://medjava.ro/</link>
        <url>https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://medjava.ro/doku.php?id=docker:firewall-allow-internet-from-containers&amp;rev=1756164340&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-25T23:25:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>firewall-allow-internet-from-containers</title>
        <link>https://medjava.ro/doku.php?id=docker:firewall-allow-internet-from-containers&amp;rev=1756164340&amp;do=diff</link>
        <description>Docker Firewall Configuration (firewalld)

Why are these commands needed?

The following commands are essential to allow Docker containers to communicate properly with the external network when using firewalld as the system firewall:


sudo firewall-cmd --add-masquerade --permanent
sudo firewall-cmd --reload
sudo systemctl restart docker</description>
    </item>
    <item rdf:about="https://medjava.ro/doku.php?id=docker:install-docker-for-windows-wsl&amp;rev=1725662660&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-06T22:44:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>install-docker-for-windows-wsl</title>
        <link>https://medjava.ro/doku.php?id=docker:install-docker-for-windows-wsl&amp;rev=1725662660&amp;do=diff</link>
        <description>Install Docker in WSL and use it on Windows

First, install WSL for windows : search from start menu for “Turn Windows features on or off” and select “Windows Subsystem for linux” 


Next, install ubuntu:


wsl --set-default-version 2
wsl --install -d Ubuntu</description>
    </item>
    <item rdf:about="https://medjava.ro/doku.php?id=docker:replace-docker-desktop-on-windows-with-docker-engine-in-wsl2-ubuntu&amp;rev=1727452708&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-27T15:58:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>replace-docker-desktop-on-windows-with-docker-engine-in-wsl2-ubuntu</title>
        <link>https://medjava.ro/doku.php?id=docker:replace-docker-desktop-on-windows-with-docker-engine-in-wsl2-ubuntu&amp;rev=1727452708&amp;do=diff</link>
        <description>Replace Docker Desktop on windows with Docker Engine in WSL2 (Ubuntu)

1. Install WSL2 on Windows

2. Install Ubuntu in WSL2

This can be install from Microsoft Store.

2. Install Git bash

This can be installed alongside Tortoise GIT.

3. Install Docker Engine in WSL 2 in Ubuntu.</description>
    </item>
    <item rdf:about="https://medjava.ro/doku.php?id=docker:run-stop-containers&amp;rev=1708710050&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-23T17:40:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>run-stop-containers</title>
        <link>https://medjava.ro/doku.php?id=docker:run-stop-containers&amp;rev=1708710050&amp;do=diff</link>
        <description>Display running docker containers


docker ps


Output:


e26c2dcdc6a0   ee8449491514                                                                &quot;/agentk_linux_amd64…&quot;   41 minutes ago   Up 41 minutes                             k8s_gitlab-agent_odefta1-gitlab-agent-v2-6b8794f498-k62hm_gitlab-agent-odefta1_9f56a2c4-d4fb-4cba-9455-a84eadd25c18_5
b8a3da1af510   cbb01a7bd410                                                                &quot;/coredns -conf /etc…&quot;   41 minutes ago   Up 41 minutes   …</description>
    </item>
</rdf:RDF>
