potiuk commented on issue #15830:
URL: https://github.com/apache/airflow/issues/15830#issuecomment-841005643


   FYI: Just tried it with latest master docker image and it works:
   
   * `docker pull apache/airflow:master-python3.6`
   * `docker run -it -e _AIRFLOW_WWW_USER_CREATE="true" -e 
_AIRFLOW_WWW_USER_PASSWORD="admin" -e _AIRFLOW_DB_UPGRADE="true" -e 
AIRFLOW__CORE__LOAD_EXAMPLES=True -it -p 8080:8080 
apache/airflow:master-python3.6 bash`
   * `aiflow scheduler` (wait a moment to populate example dags)
   * `airflow webserver`
   
   ![Screenshot from 2021-05-14 
06-55-06](https://user-images.githubusercontent.com/595491/118223356-65679480-b481-11eb-86bd-6017283391bc.png)
   
   


-- 
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:
us...@infra.apache.org


Reply via email to