<?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 Junian Dev</title>
    <link>https://www.junian.dev/tags/docker/</link>
    <description>Recent content in Docker on Junian Dev</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>author@junian.dev (Junian Triajianto)</managingEditor>
    <webMaster>author@junian.dev (Junian Triajianto)</webMaster>
    <copyright>Copyright &amp;copy; 2014 - 2026 Junian.dev</copyright>
    
	    <atom:link href="https://www.junian.dev/tags/docker/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Install TradeNote on Windows</title>
      <link>https://www.junian.dev/dev/install-tradenote-on-windows/</link>
      <pubDate>Wed, 25 Feb 2026 04:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/install-tradenote-on-windows/</guid>
      <description>&lt;p&gt;Recently, I installed TradeNote on Windows for a client.&lt;/p&gt;
&lt;p&gt;TradeNote is an open-source trading journal that helps traders store, analyze, and review all their trades so they can become more consistent and profitable.&lt;/p&gt;
&lt;p&gt;Installation on Linux or other Unix-based operating systems is pretty straightforward.
However, on Windows, there are a few additional steps—especially if you&amp;rsquo;re not familiar with Unix-based environments.&lt;/p&gt;
&lt;p&gt;Here’s how I install TradeNote on Windows.&lt;/p&gt;
&lt;h2 id=&#34;requirements&#34;&gt;Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Windows 10 version 2004 or higher (Build 19041+) or Windows 11&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://learn.microsoft.com/en-us/windows/wsl/install&#34; title=&#34;How to Install WSL2&#34;&gt;WSL 2 installed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.docker.com/&#34; title=&#34;Download Docker Desktop&#34;&gt;Docker Desktop installed&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Make sure Docker Desktop is configured to use WSL 2 as its backend.
It is enabled by default, but better make sure of it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CasaOS on macOS with External Drives</title>
      <link>https://www.junian.dev/tech/casaos-on-macos-with-external-drives/</link>
      <pubDate>Mon, 09 Feb 2026 19:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/tech/casaos-on-macos-with-external-drives/</guid>
      <description>&lt;p&gt;Previously, I wrote about how to install CasaOS on macOS, both as a &lt;a href=&#34;https://www.junian.dev/tech/macos-install-casaos/&#34;&gt;written guide&lt;/a&gt; and &lt;a href=&#34;https://www.junian.dev/yt/macos-install-casaos/&#34;&gt;in a video&lt;/a&gt;.
I received several similar questions, such as:&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Any way to mount external volumes? Without volumes, it is useless. Please someone help.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;How can I share my actual hard disks on CasaOS?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Thanks for the tutorial, it works great. How do I configure an external USB HDD? Thank you.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;It is working perfectly, but we have one “big” problem. I have three other external drives and I couldn’t mount them all into CasaOS.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Basically, many of you wanted to know how to mount external drives to CasaOS on macOS.
That makes sense, because Apple charges a premium for large internal storage, and it’s usually much cheaper to expand your homelab storage using external drives.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Microsoft SQL Server on Apple Silicon ARM64 Mac</title>
      <link>https://www.junian.dev/dev/microsoft-sql-server-apple-silicon-mac/</link>
      <pubDate>Tue, 04 Nov 2025 19:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/microsoft-sql-server-apple-silicon-mac/</guid>
      <description>&lt;p&gt;Have you ever wanted to develop a web app on your Apple Silicon Mac (M1, M2, and so on &amp;hellip;) that uses Microsoft SQL Server as its database engine?
I often do that when working on ASP.NET apps, since they’re commonly paired with SQL Server.
Most of the time, I can just use a remote SQL Server instance for development.
But sometimes I need to run one locally.&lt;/p&gt;
&lt;p&gt;Unfortunately, Microsoft SQL Server doesn’t officially support &lt;strong&gt;ARM64 macOS&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Install CasaOS on macOS</title>
      <link>https://www.junian.dev/tech/macos-install-casaos/</link>
      <pubDate>Sat, 14 Sep 2024 12:05:15 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/tech/macos-install-casaos/</guid>
      <description>&lt;p&gt;I have an unused Mac at home that I use as a homelab server.
Naturally, I self-host several web apps and services on it.&lt;/p&gt;
&lt;p&gt;Usually, I use Docker and manually write &lt;code&gt;docker-compose.yaml&lt;/code&gt; files to run web applications.
It works great, but maintaining multiple &lt;code&gt;docker-compose.yaml&lt;/code&gt; files is pretty tedious for a homelab setup.&lt;/p&gt;
&lt;p&gt;I asked myself: is there a simpler way to install web apps on macOS?
Something as simple as the macOS App Store itself?&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Install Docker Desktop on macOS with a Package Manager</title>
      <link>https://www.junian.dev/tech/macos-install-docker/</link>
      <pubDate>Sat, 14 Sep 2024 07:31:56 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/tech/macos-install-docker/</guid>
      <description>&lt;p&gt;Docker is a useful piece of software.
Usually, Developers use it for the development and deployment of their apps.&lt;/p&gt;
&lt;p&gt;But we as a user also can benefit from Docker, especially if we want to install and use web-based apps.&lt;/p&gt;
&lt;p&gt;Enough intro, let&amp;rsquo;s get started.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;I recommend installing the Homebrew package manager first on your macOS. If you don&amp;rsquo;t know how I already wrote it &lt;a href=&#34;https://www.junian.dev/tech/macos-install-homebrew/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Once you have Homebrew on your Mac, you can install Docker Desktop from the Terminal.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simple OpenVPN Server Set Up with Docker</title>
      <link>https://www.junian.dev/dev/docker-openvpn-server/</link>
      <pubDate>Thu, 22 Aug 2019 11:02:53 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/docker-openvpn-server/</guid>
      <description>&lt;p&gt;When I was doing some works, there was a requirement to whitelist development machine by IP Address from the United States.
Since I was located in one of South East Asia countries, obviously I didn&amp;rsquo;t have a connection with US IP Address.
So it would be reasonable to buy a VPN service for this.&lt;/p&gt;
&lt;p&gt;But why buy a VPN service if we could use the existing VPS and set up a VPN server on it?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Can&#39;t Start Android Emulator on macOS? It&#39;s Probably Conflicting with Docker</title>
      <link>https://www.junian.dev/dev/android-emulator-docker-conflict-macos/</link>
      <pubDate>Mon, 05 Jun 2017 08:55:00 +0000</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/android-emulator-docker-conflict-macos/</guid>
      <description>&lt;p&gt;Weeks ago, when I was working on Android project, I noticed something unusual on my macOS machine. I couldn&amp;rsquo;t start my Android emulator. Every time I built the app, it just never showed up.&lt;/p&gt;
&lt;p&gt;I rarely use real phone to test my app since Google now provides best Android emulator experience. So that&amp;rsquo;s why I always use Android emulator as first solution to test my app. So this kind of problem really made me down.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
