Update README.md

parent 62cae38a
......@@ -26,17 +26,20 @@ Start by running
docker run -p 8080:8080 -p 8001:8001 -d --name drools-workbench jboss/drools-workbench-showcase:latest
``````
# NOTE: Consider ' drools-workbench' as the name of your busines-central-showcase workbench running container.
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.
Go to
```
http://localhost:8080/business-central
and
```
```
http://localhost:8180/kie-server
```
and login using one of the users available.
......
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