-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make running in docker instruction be copy-pastable #11148
Conversation
Following renames after the project extracted from Arrow.
@@ -57,6 +57,8 @@ this to work. | |||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw i was confused by the note about having to delete the .dockerignore file.
do you maybe know when this can be needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not know what that documentation refers to
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i mean the line above
Note that there is
.dockerignore
file in the root of the repository that may need to be deleted in order for this to work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry - I meant that I didn't know when it was needed or if it was still needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me -- thank you @findepi
I tested it out locally and it works great
andrewlamb@Andrews-MacBook-Pro-2:/tmp/datafusion$ docker run --rm -it datafusion-cli
DataFusion CLI v39.0.0
>
\q
cc @Omega359 and @andygrove
Thanks again @findepi |
* Migrate arrow-datafusion paths in Dockerfile Following renames after the project extracted from Arrow. * Make running in docker instruction be copy-pastable
* Migrate arrow-datafusion paths in Dockerfile Following renames after the project extracted from Arrow. * Make running in docker instruction be copy-pastable
No description provided.