ocrd-website
ocrd-website copied to clipboard
Use long options for docker calls
docker run -u => docker run --user etc.
Already true for the setup guide, but not the user guide. (I wonder if this is necessary though: one can always invoke docker run --help or man docker-run if unsure.)