Using Docker Compose to speed up WordPress development
Using Docker Compose to speed up your WordPress development. Introduction In the old days, to set up a WordPress project on our local computer, we used to create a new MySQL database, manually download the WordPress…
Using Docker Compose 3.8 with Node.js and MongoDB
This article shows you how to use Docker Compose with Node.js and MongoDB in the simplest way. Note: I’ll use version 3.8 of Compose file format but any 3.x version is totally fine. The Code The…
Docker build with custom Dockerfile name
Sometimes you may need two different Dockerfile for just a container, one for the development purpose and the other for the production environment. To build an image with the Dockerfile that isn’t named Dockerfile, just add…
React App Exits Immediately with Docker Run Command
Problem After starting a Docker container with a React app inside by performing the following command: Your React app may exit immediately with the output like this: This error is not on your side but caused…
How to enable Kubernetes in Docker Desktop
This article shows you how to enable Kubernetes in your Docker Desktop for local development and testing. 1. Click on the gear icon that located in the top right corner. 2. Select Kubernetes from the left-hand…
Docker Desktop system requirements (Windows, macOS)
Before installing Docker Desktop for Windows or macOS, just check the system requirements listed below. Windows Minimum system requirements OS: Windows 10 64-bit: Pro, Enterprise, or Education (Build 16299 or later) Processor: 64-bit processor with Second…
How to reset Docker Desktop
To reset your Docker Desktop, just follow a few easy steps below. Warning: All your local containers and images will be destroyed, all your settings, including your sign-in information, will be cleared. 1. Open your Docker…