mirror of
https://github.com/ysoftdevs/th.git
synced 2026-06-29 05:16:35 +02:00
Added presentation and samples from Marek Goldmann's talk
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
FROM jboss/wildfly
|
||||
RUN /opt/wildfly/bin/add-user.sh admin Admin#70365 --silent
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build -t wildfly-management .
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker run -it --rm -p 8080:8080 -p 9990:9990 wildfly-management
|
||||
Reference in New Issue
Block a user