Update README.md

parent fd3abb79
......@@ -25,13 +25,14 @@ Start by running
```
docker run -p 8080:8080 -p 8001:8001 -d --name drools-workbench jboss/drools-workbench-showcase:latest
``````
```
```
docker run -p 8180:8080 -d --name kie-server --link drools-workbench:kie-wb quay.io/kiegroup/kie-server-showcase:latest
```
### NOTE: Consider ' drools-workbench' as the name of your busines-central-showcase workbench running container.
drools-workbench is the drools workbench container name. By linking them workbench can see all kie instances.
###drools-workbench is the drools workbench container name. By linking them workbench can see all kie instances.
Go to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment