branch: externals/kiwix
commit ba929ecc0e273836e6b515e65c6e1943069f4cf4
Author: stardiviner <[email protected]>
Commit: stardiviner <[email protected]>

    update Docker run container command
---
 kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index 04fe236..afcd894 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -179,7 +179,7 @@ Like in function `kiwix-ajax-search-hints'.")
         (library-path kiwix-default-library-path))
     (if kiwix-server-use-docker
         (async-shell-command
-         (concat "docker run -d "
+         (concat "docker container run -d "
                  "--name kiwix-serve "
                  "-v " (file-name-directory library-path) ":" "/data "
                  "kiwix/kiwix-serve"

Reply via email to