developeer opened a new issue #2346:
URL: https://github.com/apache/drill/issues/2346


   **Describe the bug**
   docker does not mount volume into apache drill container 
   
   **To Reproduce**
   
   docker run -i --name drill \
        -p 8047:8047 \
        -t apache/drill \
        -v ${PWD}/data:/data \
        /bin/bash
   
   In another terminal run:
   docker exec -it drill bash
   
   ls /data
   ls: cannot access '/data': No such file or directory
   
   **Expected behavior**
   should mount the /data volume 
   
   
   **Desktop (please complete the following information):**
   tested in both
    - OS: windows 10/wsl2/Ubuntu-20.04.3 
    - OS: ubuntu focal - 
   
   Tested with simple command with different container and docker mounts volume
   
   docker run --rm -v ${PWD}/data:/data alpine ls /data
   nation.parquet
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to