What is Docker?
Docker is a platform for containerization, allowing you to package an application and all its dependencies into a single, portable unit called a container. This ensures that the application runs consistently across different environments—development, testing, or production—regardless of the underlying operating system or installed software.
Installation
For Windows / Mac download Docker Desktop
For Linux follow the official installation guide to install Docker Engine.