You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2022/05/03 17:00:09 UTC

[drill-site] branch master updated: Update 011-running-drill-on-docker.md

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

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 00abaa41a Update 011-running-drill-on-docker.md
     new c83668d44 Merge pull request #30 from wschoot/patch-3
00abaa41a is described below

commit 00abaa41a7ac4de7f3af5fe59b6a72f86eddde8d
Author: Wouter Schoot <wo...@novoserve.com>
AuthorDate: Tue May 3 17:04:07 2022 +0200

    Update 011-running-drill-on-docker.md
---
 .../installing-drill-in-embedded-mode/011-running-drill-on-docker.md    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_docs/en/install/installing-drill-in-embedded-mode/011-running-drill-on-docker.md b/_docs/en/install/installing-drill-in-embedded-mode/011-running-drill-on-docker.md
index bc569b187..37aae44c2 100644
--- a/_docs/en/install/installing-drill-in-embedded-mode/011-running-drill-on-docker.md
+++ b/_docs/en/install/installing-drill-in-embedded-mode/011-running-drill-on-docker.md
@@ -149,7 +149,7 @@ where /data inside the container has been chowned to the Drill process user.  Th
 ```
    	sys.store.provider.local.path="/data"
 ```
-to drill-override.conf and mounting a Docker volume at that location at container launch time you can have embedded Drill's "local persistent storage", which keeps system option values and storage configurations, presist across container launches.
+to drill-override.conf and mounting a Docker volume at that location at container launch time you can have embedded Drill's "local persistent storage", which keeps system option values and storage configurations, persist across container launches.
 
 ## Drill Web UI