From 2669d8332e1593616df2c9f63030a13e8f4737a8 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 13 Jul 2018 12:39:47 -0700 Subject: [PATCH] Add more guidance about using Docker --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index b7c48a56..61251c8e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -87,7 +87,7 @@ OCRmyPDF is now a standard `Homebrew `_ formula. To install on Installing the Docker image --------------------------- -For many users, installing the Docker image will be easier than installing all of OCRmyPDF's dependencies. For Windows, it is the only option. +For some users, installing the Docker image will be easier than installing all of OCRmyPDF's dependencies. For Windows, it is the only option. If you have `Docker `_ installed on your system, you can install a Docker image of the latest release. @@ -183,7 +183,7 @@ Or in the wonderful `fish shell `_: .. note:: - The ocrmypdf Docker containers are designed to be used for a single OCR job. The ``docker run --rm`` argument tells Docker to delete temporary storage associated with container when it is done executing. + The ocrmypdf Docker images are designed for application delivery, to enable use of OCRmyPDF without fussing with dependencies. ``docker run --rm`` argument tells Docker to delete the container after it runs, because each container is only good for a single job. The Docker image is not designed for use as a persistent web service or for use on Amazon EC2 Container Service (AWS ECS). Manual installation on macOS ----------------------------