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.
- Host: GitHub
- URL: https://github.com/shift/coreos-docker-java-app
- Owner: shift
- License: apache-2.0
- Created: 2014-07-26T21:48:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T08:18:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-31T16:27:53.628Z (4 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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.