airflow-tutorial icon indicating copy to clipboard operation
airflow-tutorial copied to clipboard

docker-compose up error. Couldn't create the network.

Open tristobal opened this issue 3 years ago • 1 comments

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?

tristobal avatar Sep 02 '21 19:09 tristobal

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.

acemasterjb avatar Oct 14 '21 16:10 acemasterjb