I have installed puckel-airflow image on Windows 8 64 bit using docker toolbox.
I have created a a hello world Python scrpit ie,dag locally.
Now I wanted to transfer my Python scrpit dag from local machine to docker toolbox air flow image so that I can run the airflow image with specific tag.
Not able to find out proper step in order to copy from local c drive to dockertool box airflow image.
Note: using airflow bash inside dockertool box I have created a dags folder which it will place all the scripts to that particular folder so that I can run the airflow python dags.