Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Locally with Podman [Docs] #668

Open
pasimoes opened this issue May 21, 2024 · 0 comments
Open

Run Locally with Podman [Docs] #668

pasimoes opened this issue May 21, 2024 · 0 comments

Comments

@pasimoes
Copy link

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

@pasimoes pasimoes changed the title Install and Run Locally with Podman Run Locally with Podman May 21, 2024
@pasimoes pasimoes changed the title Run Locally with Podman Run Locally with Podman [Docs] May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant