Dockerfiles for the XDI2 server.
To build a base Docker image for the latest XDI2 code
cd xdi2
docker build -t projectdanube/xdi2:latest .
cd ..
To build a Docker image for xdi2-transport-http-war
cd xdi2-transport-http-war
docker build -t projectdanube/xdi2-transport-http-war:latest .
cd ..
To build a Docker image for xdi2-webtools
cd xdi2-webtools
docker build -t projectdanube/xdi2-webtools:latest .
cd ..
To build a Docker image for xdi2-selfhosted
cd xdi2-selfhosted
docker build -t projectdanube/xdi2-selfhosted:latest .
cd ..
To run the Docker image for xdi2-transport-http-war in a new container
docker run -d -p 8080:8080 projectdanube/xdi2-transport-http-war:latest
To run the Docker image for xdi2-webtools in a new container
docker run -d -p 8080:8080 projectdanube/xdi2-webtools:latest
To run the Docker image for xdi2-selfhosted in a new container
docker run -d -p 8080:8080 projectdanube/xdi2-selfhosted:latest
Google Group: http://groups.google.com/group/xdi2
IRC: irc://irc.freenode.net:6667/xdi

