mirror of
https://github.com/ysoftdevs/th.git
synced 2026-04-01 07:13:03 +02:00
Added presentation and samples from Marek Goldmann's talk
This commit is contained in:
2
2014_09_26_Goldman_Docker/demos/03-bundle/Dockerfile
Normal file
2
2014_09_26_Goldman_Docker/demos/03-bundle/Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
||||
FROM jboss/wildfly
|
||||
ADD node-info.war /opt/wildfly/standalone/deployments/
|
||||
3
2014_09_26_Goldman_Docker/demos/03-bundle/build.sh
Executable file
3
2014_09_26_Goldman_Docker/demos/03-bundle/build.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build -t wildfly-app .
|
||||
BIN
2014_09_26_Goldman_Docker/demos/03-bundle/node-info.war
Normal file
BIN
2014_09_26_Goldman_Docker/demos/03-bundle/node-info.war
Normal file
Binary file not shown.
3
2014_09_26_Goldman_Docker/demos/03-bundle/run.sh
Executable file
3
2014_09_26_Goldman_Docker/demos/03-bundle/run.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker run -it --rm -p 8080:8080 wildfly-app
|
||||
Reference in New Issue
Block a user