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
@@ -0,0 +1,8 @@
node:
image: wildfly-cluster-app
links:
- lb:lb
lb:
image: wildfly-cluster-httpd
ports:
- "9090:80"
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
while true; do
curl -s http://localhost:9090/node-info/ | grep Hostname
sleep 1
done