Skip to content

Commit a467e8a

Browse files
committed
adding a docker compose to pull all the images
1 parent fedafa0 commit a467e8a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
ubuntu:
2+
image: ubuntu
3+
wildfly:
4+
image: jboss/wildfly
5+
mysql:
6+
image: mysql
7+
javaee7-hol:
8+
image: arungupta/javaee7-hol
9+
swarm:
10+
image: swarm
11+
wildfly-mysql-javaee7:
12+
image: arungupta/wildfly-mysql-javaee7
13+

0 commit comments

Comments
 (0)