You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.adoc
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,12 +326,26 @@ The project runs and displays the start page of ticket-monster
326
326
.Start Server
327
327
image::images/jbds6.png[]
328
328
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**
0 commit comments