<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker on Luiz Felipe F M Costa</title><link>https://thenets.org/tags/docker/</link><description>Recent content in Docker on Luiz Felipe F M Costa</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 10 Jun 2025 17:11:05 +0000</lastBuildDate><atom:link href="https://thenets.org/tags/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>podman + docker compose and daemon on Linux</title><link>https://thenets.org/posts/podman-docker-compose-and-daemon-on-linux/</link><pubDate>Tue, 10 Jun 2025 17:11:05 +0000</pubDate><guid>https://thenets.org/posts/podman-docker-compose-and-daemon-on-linux/</guid><description>&lt;p&gt;I&amp;rsquo;m setting up my developer machine and this is a common situation I face working on some opensource projects. Podman itself already is a great replacement for all container needs I have but &lt;code&gt;docker compose&lt;/code&gt; still is an important component. In this post, I want to go through the process to setup a Fedora machine using Podman with support for &lt;code&gt;docker compose&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;p&gt;Some new Linux distro. Even Debian Testing will have the necessary packages. Here, I&amp;rsquo;m using Fedora 42.&lt;/p&gt;</description></item><item><title>How to install Syncthing on Fedora/RHEL using podman Quadlets</title><link>https://thenets.org/posts/how-to-install-syncthing-on-fedora/</link><pubDate>Wed, 28 May 2025 00:47:59 +0000</pubDate><guid>https://thenets.org/posts/how-to-install-syncthing-on-fedora/</guid><description>&lt;p&gt;The Syncthing is the best Peer-to-Peer solution I&amp;rsquo;ve ever used. It is flexible, has clients for most platforms, decentralized, and open source. This guide will show you how to install it and use it for your Fedora. I&amp;rsquo;m lazy, so everything will be on top of &lt;code&gt;podman&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="install-podman"&gt;Install podman&lt;/h2&gt;
&lt;p&gt;If you are familiar with &lt;code&gt;docker&lt;/code&gt;, &lt;code&gt;podman&lt;/code&gt; is similar but with a more secure approach out-of-the-box. Let&amp;rsquo;s install it:&lt;/p&gt;
&lt;pre&gt;&lt;code class="language-bash"&gt;sudo dnf install -y podman
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="create-the-systemd-service"&gt;Create the systemd service&lt;/h2&gt;
&lt;p&gt;Create the config dir:&lt;/p&gt;</description></item><item><title>How to install CKAN 2.9.0 using Docker Compose</title><link>https://thenets.org/posts/install-ckan-using-docker/</link><pubDate>Tue, 18 Aug 2020 05:03:13 +0000</pubDate><guid>https://thenets.org/posts/install-ckan-using-docker/</guid><description>&lt;p&gt;This guide will show you how to install CKAN platform using &lt;code&gt;docker-compose&lt;/code&gt; .&lt;/p&gt;
&lt;h2 id="what-reference-should-i-choose"&gt;What reference should I choose?&lt;/h2&gt;
&lt;p&gt;Does exist many different guides available on internet about CKAN installation and even the official documentation does offers options like &amp;ldquo;from package&amp;rdquo;, &amp;ldquo;from source&amp;rdquo;, and &amp;ldquo;with Docker Compose&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;You can use as reference the original documentation for &lt;code&gt;docker-compose&lt;/code&gt;, but I didn&amp;rsquo;t have a good experience. The application fail without useful log information. But searching on internet I found a project from Open Knowledge Foundation with contributions made by CKAN core developers:&lt;/p&gt;</description></item><item><title>How to install MySQL and phpMyAdmin with Docker</title><link>https://thenets.org/posts/how-to-install-mysql-and-phpmyadmin-with-docker/</link><pubDate>Fri, 27 Jan 2017 20:29:01 +0000</pubDate><guid>https://thenets.org/posts/how-to-install-mysql-and-phpmyadmin-with-docker/</guid><description>&lt;p&gt;Learn the simplest way to start your MySQL database with Docker with only two commands.&lt;/p&gt;
&lt;p&gt;Docker is a project that automates the deployment of applications inside software containers. These containers will be used to isolate our MySQL server and phpMyAdmin client.&lt;/p&gt;
&lt;h2 id="1-requirements"&gt;1. Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Install Docker - On Windows or Mac, go to: &lt;a href="https://docs.docker.com/engine/installation/"&gt;https://docs.docker.com/engine/installation/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;On Linux, just run on terminal:&lt;br&gt;
&lt;code&gt;curl -sSL https://get.docker.com/ | sh&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2-create-a-docker-network"&gt;2. Create a Docker network&lt;/h2&gt;
&lt;p&gt;The phpMyAdmin most communicate each other so is necessary create a Docker network and add both into it.&lt;/p&gt;</description></item></channel></rss>