HOW TO INSTALL AIRFLOW WITH DOCKER ON UBUNTU

Published: 22 May 2022
on channel: CodeTops
5,594
75

This video is a tutorial on how to install Airflow with Docker on Ubuntu.

I will explain how you can install Airflow with docker on your Ubuntu machine.
Airflow is an excellent platform for scheduling, and monitoring processes programmatically.
Airflow is now commonly used in data engineering and ETL workflow coordination. It also helps to automate scripts in order to complete tasks.
Running Airflow in Docker is very much easier and a great one to use.

🔴 Subscribe for more tips just like this:    / @codetops  

----------------------------------------------------------------
Install Docker Engine

https://docs.docker.com/engine/instal...

----------------------------------------------------------------
Install Docker Compose

https://docs.docker.com/compose/install/

----------------------------------------------------------------
How to use Docker without sudo

$ sudo groupadd docker
$ sudo gpasswd -a $USER docker
Log out and login back
Restart the docker daemon
$ sudo service docker restart

----------------------------------------------------------------
Fix error Bind Address already in use

sudo lsof -n -i :80 | grep LISTEN
or
sudo netstat -nlp | grep :80

sudo kill PID


Watch video HOW TO INSTALL AIRFLOW WITH DOCKER ON UBUNTU online without registration, duration hours minute second in high quality. This video was added by user CodeTops 22 May 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5,594 once and liked it 75 people.