airflow-tutorial
airflow-tutorial copied to clipboard
docker-compose up error. Couldn't create the network.
Hi. I got this error:
$ docker-compose up --build
Creating network "airflow-tutorial_default" with the default driver
Building webserver
unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: /usr/lib/git-core/git-remote-https: /tmp/_MEIgnICZE/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (required by /usr/lib/x86_64-linux-gnu/libssh.so.4)
: exit status 128
ERROR: Service 'webserver' failed to build : Build failed
What am I doing wrong?
try uninstalling docker-compose
and use version 1.7.4
.
https://docs.docker.com/compose/install/#uninstallation
note that the method is different depending on your OS.