美文网首页
airflow install

airflow install

作者: robertzhai | 来源:发表于2023-08-06 21:26 被阅读0次

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 -s)-(uname -m)" -o /usr/bin/docker-compose

相关文章

网友评论

      本文标题:airflow install

      本文链接:https://www.haomeiwen.com/subject/erpwpdtx.html