Skip to content

Commit d78f2e0

Browse files
authored
Update README.md
1 parent 117b0aa commit d78f2e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ Browse the [wiki pages](https://github.com/balis/hyperflow/wiki) to learn more a
2929
* Run workflow via HyperFlow container, for example:
3030
```
3131
docker run -a stdout -a stderr --rm --network container:redis \
32-
-e HF_VAR_WORKER_CONTAINER="hyperflowwms/soykb-worker" \
32+
-e HF_VAR_WORKER_CONTAINER="hyperflowwms/soykb-workflow-worker" \
3333
-e HF_VAR_WORK_DIR="$PWD/input" \
3434
-e HF_VAR_HFLOW_IN_CONTAINER="true" \
3535
-e HF_VAR_function="redisCommand" \
3636
-e REDIS_URL="redis://127.0.0.1:6379" \
3737
--name hyperflow \
3838
-v /var/run/docker.sock:/var/run/docker.sock \
3939
-v $PWD:/wfdir \
40-
--entrypoint "/bin/sh" hyperflowwms/hyperflow -c "apk add docker && ls /wfdir && hflow run /wfdir"
40+
--entrypoint "/bin/sh" hyperflowwms/hyperflow -c "apk add docker && hflow run /wfdir"
4141
```
4242
Where
43-
* `hyperflowwms/soykb-worker` is the name of the workflow worker container ([Soykb](https://github.com/hyperflow-wms/soykb-workflow) in this case)
43+
* `hyperflowwms/soykb-workflow-worker` is the name of the workflow worker container ([Soykb](https://github.com/hyperflow-wms/soykb-workflow) in this case)
4444
* current directory contains `workflow.json`
4545
* subdirectory `inputs` contains workflow input data
4646

0 commit comments

Comments
 (0)