Skip to content

Commit e2df25c

Browse files
committed
1 parent c5dce13 commit e2df25c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ The CLI tool that comes with the application server uses this interface, and use
382382
The database server is still up an running. Now we're starting another WildFly instance again:
383383
[source, text]
384384
----
385-
docker run -d --name wildfly -p 8080:8080 -p 9990:9990 --link db:db <INSTRUCTOR_IP>:5000/wildfly-management
385+
docker run -d --name wildflymngm -p 8080:8080 -p 9990:9990 --link db:db <INSTRUCTOR_IP>:5000/wildfly-management
386386
----
387387
As you can see, there is no mapped volume in this case but an additional port exposed. The WildFly image that is used makes ist easier for you to play around with the deployment via the management API. It has a tweaked start script which changes the management interface according to the behavior described in the first sentence.
388388
Now go and create another new server adapter in JBoss Developer Studio.
@@ -468,7 +468,7 @@ Make sure to stop the WildFly instance after this last option.
468468
Stop wildfly when you're done.
469469
[source, text]
470470
----
471-
docker stop wildfly
471+
docker stop wildflymngm
472472
----
473473

474474
## Ticket-Monster Docker Cluster

0 commit comments

Comments
 (0)