Przejdź do treści

blog

How to Use Docker to Create a Linux Developer Environment on Synology NAS?

    You can use the official Synology Virtual Machine Manager app to create a virtual machine, install any Linux distribution, and work on your development projects on the virtual machine. You can do the same in a Docker container using the official Synology Docker app. Although developing on a virtual machine is much more flexible than developing on a container (as a virtual machine is like a full-fledged computer), a virtual machine requires a lot of memory and system resources than a Docker container. If your Synology NAS does not have enough memory or you don’t want to upgrade the memory… Dowiedz się więcej »How to Use Docker to Create a Linux Developer Environment on Synology NAS?

    UNMS on Synology DSM

      How to setup UNMS & Docker on a Synology NAS This guide will show you how to run the oznu/unms docker image on a Synology NAS running DSM 6. Requirements A Docker compatible Synology NAS Disk Station Manager 6+ Installing Docker on Synology DSM You can install the Docker app using the Synology DSM Package Center. 1. Download Docker Image Open the Docker app on your Synology DSM, go to the Registry section and then search for and download the oznu/unms image. Make sure you select the latest tag: 2. Create Container Launch a new container using the oznu/unms image. Name your container appropriately and then click Advanced Settings: Check the box to Enable… Dowiedz się więcej »UNMS on Synology DSM

      Synology: HTTPS-SSL to Your Docker Containers Without Port at The End

        You all loved my series of articles on how to use an HTTPS/SSL certificate to secure your Docker containers and make them accessible from anywhere, like my article Synology: How to Allow BitWarden to Work Over an HTTPS Connection. And, to continue the series, today I have a new and exciting guide that many of you have been requesting for some time: how to remove the port number at the end of your DDNS synology.me address, for example, :5152. Today I will teach you how to add a custom Subdomain to your synology.me DDNS and use a different one for each of… Dowiedz się więcej »Synology: HTTPS-SSL to Your Docker Containers Without Port at The End