This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 75cc098cd0 Publish built docs triggered by 
7a7797c891057c783680bade813d4ba2a49344b7
75cc098cd0 is described below

commit 75cc098cd03adde1fe0390518e0f1499acba5bc4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 28 20:16:13 2024 +0000

    Publish built docs triggered by 7a7797c891057c783680bade813d4ba2a49344b7
---
 _sources/user-guide/cli/installation.md.txt | 4 +++-
 searchindex.js                              | 2 +-
 user-guide/cli/installation.html            | 4 +++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/_sources/user-guide/cli/installation.md.txt 
b/_sources/user-guide/cli/installation.md.txt
index f5114cafe5..a3dc4bd2bd 100644
--- a/_sources/user-guide/cli/installation.md.txt
+++ b/_sources/user-guide/cli/installation.md.txt
@@ -57,6 +57,8 @@ this to work.
 ```bash
 git clone https://github.com/apache/datafusion
 cd datafusion
+# Note: the build can take a while
 docker build -f datafusion-cli/Dockerfile . --tag datafusion-cli
-docker run -it -v $(your_data_location):/data datafusion-cli
+# You can also bind persistent storage with `-v /path/to/data:/data`
+docker run --rm -it datafusion-cli
 ```
diff --git a/searchindex.js b/searchindex.js
index 03905132e0..8276804acc 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[43, "op-neq"]], "!~": [[43, 
"op-re-not-match"]], "!~*": [[43, "op-re-not-match-i"]], "!~~": [[43, "id18"]], 
"!~~*": [[43, "id19"]], "#": [[43, "op-bit-xor"]], "%": [[43, "op-modulo"]], 
"&": [[43, "op-bit-and"]], "(relation, name) tuples in logical fields and 
logical columns are unique": [[10, 
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*": 
[[43, "op-multiply"]], "+": [[43, "op-plus"]], "-": [[43, "op-minus"]], "/": [[ 
[...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[43, "op-neq"]], "!~": [[43, 
"op-re-not-match"]], "!~*": [[43, "op-re-not-match-i"]], "!~~": [[43, "id18"]], 
"!~~*": [[43, "id19"]], "#": [[43, "op-bit-xor"]], "%": [[43, "op-modulo"]], 
"&": [[43, "op-bit-and"]], "(relation, name) tuples in logical fields and 
logical columns are unique": [[10, 
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*": 
[[43, "op-multiply"]], "+": [[43, "op-plus"]], "-": [[43, "op-minus"]], "/": [[ 
[...]
\ No newline at end of file
diff --git a/user-guide/cli/installation.html b/user-guide/cli/installation.html
index 5f5763d0fb..9f0dda37db 100644
--- a/user-guide/cli/installation.html
+++ b/user-guide/cli/installation.html
@@ -562,8 +562,10 @@ that there is <code class="docutils literal 
notranslate"><span class="pre">.dock
 this to work.</p>
 <div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span 
class="w"> </span>https://github.com/apache/datafusion
 <span class="nb">cd</span><span class="w"> </span>datafusion
+<span class="c1"># Note: the build can take a while</span>
 docker<span class="w"> </span>build<span class="w"> </span>-f<span class="w"> 
</span>datafusion-cli/Dockerfile<span class="w"> </span>.<span class="w"> 
</span>--tag<span class="w"> </span>datafusion-cli
-docker<span class="w"> </span>run<span class="w"> </span>-it<span class="w"> 
</span>-v<span class="w"> </span><span 
class="k">$(</span>your_data_location<span class="k">)</span>:/data<span 
class="w"> </span>datafusion-cli
+<span class="c1"># You can also bind persistent storage with `-v 
/path/to/data:/data`</span>
+docker<span class="w"> </span>run<span class="w"> </span>--rm<span class="w"> 
</span>-it<span class="w"> </span>datafusion-cli
 </pre></div>
 </div>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to