Skip to content

Run Locally with Podman [Docs] #668

@pasimoes

Description

@pasimoes

Is your feature request related to a problem? Please describe.
Provide documentation to run locally with Podman. Currently, there is only one Docker, and there are some differences. Especially with script run_local.sh
https://raw.githubusercontent.com/orkes-io/orkes-conductor-community/main/scripts/run_local.sh

Describe the solution you'd like
Commands for Podman

podman volume create redis
podman volume create postgres
podman run --init -p $SERVER_PORT:8080 -p $UI_PORT:5000 --mount type=volume,src=redis,target=/redis --mount type=volume,src=postgres,target=/pgdata orkesio/orkes-conductor-community-standalone:latest

Describe alternatives you've considered
N/a

Additional context
Thanks

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