You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/09 13:08:55 UTC

[GitHub] [airflow] benoua commented on issue #15291: Airflow Docker tutorial: Unhealthy container

benoua commented on issue #15291:
URL: https://github.com/apache/airflow/issues/15291#issuecomment-816669887


   Thank you for your help. I have tried it but still the same result. 
   
   ```
   ➜  airflow-local docker-compose down --volumes --rmi all
   
   Stopping airflow-local_redis_1    ... done
   Stopping airflow-local_postgres_1 ... done
   Removing airflow-local_redis_1    ... done
   Removing airflow-local_postgres_1 ... done
   Removing network airflow-local_default
   Removing volume airflow-local_postgres-db-volume
   Removing image postgres:13
   Removing image redis:latest
   Removing image apache/airflow:2.0.1
   Removing image apache/airflow:2.0.1
   WARNING: Image apache/airflow:2.0.1 not found.
   Removing image apache/airflow:2.0.1
   WARNING: Image apache/airflow:2.0.1 not found.
   Removing image apache/airflow:2.0.1
   WARNING: Image apache/airflow:2.0.1 not found.
   Removing image apache/airflow:2.0.1
   WARNING: Image apache/airflow:2.0.1 not found.
   ➜  airflow-local docker-compose up airflow-init
   Creating network "airflow-local_default" with the default driver
   Creating volume "airflow-local_postgres-db-volume" with default driver
   Pulling postgres (postgres:13)...
   13: Pulling from library/postgres
   75646c2fb410: Pull complete
   2355d0ffeb55: Pull complete
   7e98825f6d67: Pull complete
   cfd3ce06be45: Pull complete
   c7b7bb83e8f7: Pull complete
   c67869305108: Pull complete
   19614baa7ddd: Pull complete
   af508737d813: Pull complete
   b60c3437a436: Pull complete
   424da1ff3ea9: Pull complete
   076f107f1898: Pull complete
   7b398ea488bf: Pull complete
   e0fcc114ae29: Pull complete
   67d927dd9b8a: Pull complete
   Digest: sha256:b25265ac1dfa19224fd47dd9f5744aa177248fd64e89f407446559cc7dbc7a23
   Status: Downloaded newer image for postgres:13
   Pulling redis (redis:latest)...
   latest: Pulling from library/redis
   75646c2fb410: Already exists
   50c782b7d4d9: Pull complete
   e624b72b42cc: Pull complete
   dfcb918317cc: Pull complete
   d8fcc46eaa64: Pull complete
   c83989cecb0f: Pull complete
   Digest: sha256:a63d3f66fb2f69d955d4f2ca0b229385537a77872ffc04290acae65aed5317d2
   Status: Downloaded newer image for redis:latest
   Pulling airflow-init (apache/airflow:2.0.1)...
   2.0.1: Pulling from apache/airflow
   45b42c59be33: Pull complete
   f875e16ab19c: Pull complete
   a4fb13de3215: Pull complete
   f3dd9aaf319e: Pull complete
   451a8f7ee895: Pull complete
   e2d0adf49357: Pull complete
   52856765f525: Pull complete
   fd428150aaa6: Pull complete
   b4fa7f6b9775: Pull complete
   b34f0a9234cb: Pull complete
   537882d8c1ac: Pull complete
   dffdc965d748: Pull complete
   a97e5a67cb46: Pull complete
   c401f5284516: Pull complete
   af49f5db1642: Pull complete
   c61449868181: Pull complete
   0b574505c97e: Pull complete
   a65349ef32b2: Pull complete
   Digest: sha256:2bf4fe559e9e699487a50d4e587358bb0b3c90b59c8fefeccc8a4fb2e83f3d09
   Status: Downloaded newer image for apache/airflow:2.0.1
   Creating airflow-local_postgres_1 ... done
   Creating airflow-local_redis_1    ... done
   
   ERROR: for airflow-init  Container "5e4f1ede9aaa" is unhealthy.
   ERROR: Encountered errors while bringing up the project.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org