Added presentation and samples from Marek Goldmann's talk

This commit is contained in:
Jakub Fojtl
2014-09-26 14:56:10 +02:00
parent 1b102b7da5
commit efbb744f81
111 changed files with 10861 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
FROM jboss/wildfly
ADD node-info.war /opt/wildfly/standalone/deployments/

View File

@@ -0,0 +1,3 @@
#!/bin/sh
docker build -t wildfly-app .

View File

@@ -0,0 +1,3 @@
#!/bin/sh
docker run -it --rm -p 8080:8080 wildfly-app