The instructions on https://joss.readthedocs.io/en/latest/paper.html#docker are specific to Docker. Podman is an alternative on many linux platforms that does not require root. The adjusted command is ``` podman run --rm \ --volume $PWD/paper:/data \ --userns=keep-id \ --env JOURNAL=joss \ docker.io/openjournals/inara ``` It would be helpful to have it in the official documentation.
The instructions on https://joss.readthedocs.io/en/latest/paper.html#docker are specific to Docker. Podman is an alternative on many linux platforms that does not require root. The adjusted command is
It would be helpful to have it in the official documentation.