Files
OCRmyPDF/docs
rugk 53270b8eb1 Doc: Update docker.rst to use
I prefer to write the name in full aka `jbarlow83/ocrmypdf-alpine` and I'd also suggest to document this because:
* if you use `docker tag` this AFAIK only tags the currently downloaded (=pulled) version of that image
* in case a new update comes out, the new one will not be pulled automatically and one would have to pull and tag the image locally, again
* This `docker tag`  command is easily overlooked, if users just run `docker run ocrmypdf` this may or may not work, depending on how it is resolved.
   Also, AFAIK if one could get Docker to register https://hub.docker.com/ocrmypdf then this would suddenly be used instead of your image (currently `podman pull docker.io/ocrmypdf` returns a 404 for me, though)
* It is more common to write at least the user namespace there and the project, to prevent such errors.

Also, default [Docker has many shortcuts for this and e.g. assumes Docker-Hub is always being used](https://stackoverflow.com/questions/37861791/how-are-docker-image-names-parsed). Podman usually does not, that's why I personally prefer to use the very full and clear `docker.io/jbarlow83/ocrmypdf-alpine:latest` e.g. for alpine. This makes it not only clear which version is used, but also where it is pulled from (should one have configured different Docker registries).
2025-02-26 02:43:46 +01:00
..
2022-06-09 16:59:20 -07:00
2024-02-11 15:34:54 -08:00
2025-01-04 10:59:52 -08:00
2023-10-24 00:54:31 -07:00
2025-01-04 12:39:55 -08:00
2023-10-24 00:54:30 -07:00
2024-12-05 00:49:13 -08:00
2023-08-14 00:13:17 -07:00
2025-02-26 02:43:46 +01:00
2022-07-28 01:10:07 -07:00
2023-09-26 12:25:02 -07:00
2023-10-24 00:54:30 -07:00
2025-01-04 10:59:52 -08:00
2025-02-07 00:53:08 -08:00