In this blog post, I will show you how to check Docker Compose version on your Linux, MacOS or Windows machine.
Category: Docker Compose
Use Docker Compose To Setup WordPress And MySQL
In this blog post, I’ll show you how to set up WordPress and MySQL environment on Docker using Docker Compose In less than two minutes.
How to Manage Docker Compose On Windows Containers
Docker Compose is a great tool for multi-services deployments, testing and development for Windows Containers and Linux.
How to Clean Up Docker On Windows
Every developer and Docker user know that when working with Docker in a non-production environment after some time, we end up too many images, containers and networks.
Keep a Windows Container running in Docker Compose
By default, Docker is designed to run resources in a very optimized way without wasting CPU and RAM and when Docker detects that noting is running inside a container it will shut it down.
Scale Applications with Docker Compose on Docker for Windows
Today, I will show you how to scale Docker compose applications using the built-in scale option that is integrated into Docker compose.
How to Install Docker Compose on Windows Server 2016
If you ever try to use Docker Compose on Windows Server 2016 you will find out that it is not installed by default unlike Docker for Windows.