airflow install
Check out where is your docker-compose
whereis docker-compose # Probably it's at /usr/bin/docker-compose
Make a copy just in case.
- cp /usr/bin/docker-compose /usr/bin/docker-compose_old
Get the new build (in my case it's 1.29)
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-(uname -m)" -o /usr/bin/docker-compose
网友评论