Skip to main content

Docker

A Developer's Introduction to Unraid

··2 mins
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. You can use Unraid to run a variety of services, including web servers, databases, and CI/CD tools, all on a single machine.

React + Next.js with Docker

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.

Vue.js + Nuxt with Docker

·2 mins
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.