Skip to content

Commit

Permalink
fix: docker image naming (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamghani authored Sep 14, 2022
1 parent 60ebe52 commit bce95ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Orkes Conductor is a fully compatible version of Netflix Conductor with **Orkes

## Getting Started
### Docker
Easiest way to run Conductor. Each release is published as `orkes-io/orkes-conductor-community` docker images.
Easiest way to run Conductor. Each release is published as `orkesio/orkes-conductor-community` docker images.

#### Fully self-contained standalone server with all the dependencies
Container image useful for local development and testing.
Expand Down Expand Up @@ -64,7 +64,7 @@ docker pull orkesio/orkes-conductor-community:latest
>**Note** To use specific version of Conductor, replace `latest` with the release version
> e.g.
>
> ```docker pull orkes-io/orkes-conductor-community:latest```
> ```docker pull orkesio/orkes-conductor-community:latest```
### Published Artifacts

Expand Down
2 changes: 1 addition & 1 deletion scripts/run_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker volume create postgres
docker volume create redis

docker run --init -p $SERVER_PORT:8080 -p $UI_PORT:5000 --mount source=redis,target=/redis \
--mount source=postgres,target=/pgdata orkesio/orkes-conductor-standalone:latest
--mount source=postgres,target=/pgdata orkesio/orkes-conductor-community-standalone:latest



0 comments on commit bce95ac

Please sign in to comment.