You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use airflow SSH operator run docker run --rm --name airflow_docker_image xxx command. After a while. It appear docker image airflow_docker_image is exist , however all process is stop.
But. run docker run --rm --name airflow_docker_image xxx command directly in server , it work well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When i use airflow SSH operator run
docker run --rm --name airflow_docker_image xxx command
. After a while. It appear docker imageairflow_docker_image
is exist , however all process is stop.But. run
docker run --rm --name airflow_docker_image xxx command
directly in server , it work well.Beta Was this translation helpful? Give feedback.
All reactions