Skip to content

Instructions for podman #1552

Description

@MarDiehl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions