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 2022/04/22 09:20:38 UTC

[GitHub] [airflow] potiuk commented on issue #23163: Airflow Production image not working but dev Image is working

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

   You are using it wrong.
   
   Production image by default runs airflow command (for example you can do `docker run apache/airflow webserver`) and it . So if you do not specify a command it will just ask you to provide one. This is what expected. There are special commands `bash` and `python` that you can use to run python code or drop into bash if you want. 
   
   All details are described here: https://airflow.apache.org/docs/docker-stack/entrypoint.html#executing-commands


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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