An introduction to Docker
Sep 5, 2025
Unraid is a proprietary Linux-based operating system designed for home servers and small businesses. It’s known for its unique storage management system, which provides flexibility and data protection. Developers often use Unraid to run a variety of services, including web servers, databases, and CI/CD tools, all on a single machine.
Aug 17, 2025
Following my previous post on Vuejs + Nuxt.js with Docker, I will show you how to dockerize a React + Next.js web application. React is a JavaScript library for building user interfaces. Next.js is a framework for building React applications. Docker is a containerization platform that can be used to package and deploy these applications.
Aug 10, 2023
Vue.js and Nuxt are powerful frameworks for building web applications. Docker is a containerization platform that can be used to package and deploy these applications. To dockerize a Nuxt application, a Dockerfile is created that specifies the steps required to build the image. This typically includes installing Nuxt and the application’s dependencies.
Aug 4, 2023