From e6b716cdde25b09367b72baf62dc3fd6dba4824d Mon Sep 17 00:00:00 2001 From: Omid Raha Date: Sat, 8 Jun 2024 01:20:51 -0700 Subject: [PATCH] Update docker.rst (#1327) --- docs/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.rst b/docs/docker.rst index 48bdee22..419a3a62 100644 --- a/docs/docker.rst +++ b/docs/docker.rst @@ -81,7 +81,7 @@ To start a Docker container (instance of the image): .. code-block:: bash - docker tag jbarlow83/ocrmypdf ocrmypdf + docker tag jbarlow83/ocrmypdf-alpine ocrmypdf docker run --rm -i ocrmypdf (... all other arguments here...) - - For convenience, create a shell alias to hide the Docker command. It is