You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/10/23 07:06:14 UTC

[GitHub] [drill] developeer commented on issue #2346: docker does not mount host volume into container

developeer commented on issue #2346:
URL: https://github.com/apache/drill/issues/2346#issuecomment-950107619


   The documentation should have be as follows:
   
   	docker run -i --name drill \\
   	-p 8047:8047 \\
   	-v ${PWD}/data:/data \\
   	apache/drill \\
   	/bin/bash
   
   This will mount the volume.


-- 
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: dev-unsubscribe@drill.apache.org

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