

If you need to install Apache Airflow 2.4.1: curl -LfO '' Then select the version that suits you, and find the file to download in the Quick Start > Running Airflow in the Docker section. Retrieve the Apache Airflow Docker RecipeĪccess the Apache Airflow documentation site and the version selector at the top. I tested the proposed manipulations on Windows 10, Ubuntu 20.04 and Mac OS X Montery. If this is not the case, the easiest way is to install Docker Desktop (which also has a convenient graphical interface) and install the version corresponding to your operating system. You will need at least Docker Compose v1.29+. To do this, you can type the following two commands: docker -version Docker version 20.10.12, build e91ed57 docker-compose -version Docker Compose version v2.2.3 Check the installation of Dockerįirst, check that Docker is correctly installed on your computer.

This can be useful for testing, development, or running small personal projects. Running servers: You can use Docker to run servers, such as web servers or databases, on your computer.Developing software: You can use Docker to create isolated development environments for your projects to ensure that your code will run the same way on your computer as it will on other computers or in production.

This can be useful for many different things, such as: Installing Docker Desktop gives you a way to create and manage these containers on your computer. While it's very similar to the idea behind virtual machines, containers are more lightweight and efficient. Containers basically contain all the necessary dependencies and OS functionalities required to run a program. If you're wondering what containers are, let us break them down for you.Ĭontainers are a way of packaging software so that it can run consistently on any computer, regardless of the operating system or other dependencies. Docker Desktop is a program you can install on your computer to make it easier to use Docker, a technology for running software in containers.
