Migrating from Proxmox-hosted NAS to TrueNAS with Docker Apps

A practical migration guide from a Proxmox-hosted Synology NAS to TrueNAS SCALE with Docker Compose applications, including network topology planning and macvlan configuration. ...

October 22, 2025 · (updated June 5, 2026) · 6 min · 1269 words · Minh Nguyen

Running macOS in Docker (Headless with VNC)

A streamlined guide to running macOS in Docker using Docker-OSX, with headless VNC access for servers and remote setups. ...

February 14, 2024 · (updated June 5, 2026) · 5 min · 1006 words · Minh Nguyen

Tensorflow with GPU support in Docker

Following guide was tested on EndeavourOS and Manjaro (Arch-based) Linux distro. Why? Installing dependencies and setting up notebooks is usually a PITA: installing CUDA with CuDNN and TensorRT doesn’t have a common and easy to follow guide, along with recent (not recent) release of python 3.9, most ML/DL packages are not updated to this wheel. Also setting up venv is hard to maintain and migrate as you have to backup the whole environment to other machine. ...

May 2, 2021 · (updated October 12, 2023) · 4 min · 655 words · Minh Nguyen