Skip to content

Commit d3b3600

Browse files
committed
Finish First Deployment
1 parent fb024a8 commit d3b3600

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

readme.adoc

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,26 @@ The project runs and displays the start page of ticket-monster
326326
.Start Server
327327
image::images/jbds6.png[]
328328

329-
Congratulations! You've just deployed your first application to a WildFly running in a Docker container............................................................................
329+
Congratulations! You've just deployed your first application to a WildFly running in a Docker container.
330+
331+
Stop wildfly
332+
[source, text]
333+
----
334+
docker stop wildfly
335+
----
336+
337+
### Other Deployment options
338+
Let's explore deeper, what other deployment options we have
339+
340+
**Deployment to WildFly Container using Management API**
341+
342+
**Using the CLI**
343+
344+
**Using the web console**
330345

331346
http://blog.arungupta.me/deploy-wildfly-docker-eclipse/
332347

333348

334-
### Deploy Ticket Monster
335349

336350
https://github.com/rafabene/devops-demo
337351

0 commit comments

Comments
 (0)