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