Typo in the last name

This commit is contained in:
Marek Goldmann
2014-09-30 11:12:22 +02:00
parent 37e4e641b9
commit 83108ca00d
112 changed files with 0 additions and 0 deletions
@@ -0,0 +1,2 @@
FROM jboss/wildfly
RUN /opt/wildfly/bin/add-user.sh admin Admin#70365 --silent
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
docker build -t wildfly-management .
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
docker run -it --rm -p 8080:8080 -p 9990:9990 wildfly-management