An open API service indexing awesome lists of open source software.

https://github.com/shift/coreos-docker-java-app

Dockerfile for Java artifact deployments.
https://github.com/shift/coreos-docker-java-app

Last synced: about 2 months ago
JSON representation

Dockerfile for Java artifact deployments.

Awesome Lists containing this project

README

        

CoreOS Docker Java App
======================

Usage:
Put application configuration in a shared volume, eg. /tmp/application1.service.

docker run -t -i -v /tmp/application1.service:/opt/application/config shift/coreos-ubuntu-java run -w username:password -n "http://repo1.maven.org/maven2" -i 'org.elasticsearch:elasticsearch:1.2.2' -p jar -s 'java -jar /opt/application/artifact/artifact.jar'

Done.

Notes
=====

* Only been tested with some grizzly fatjars.
* Tomcat containers will follow.