BisnodeInformatics/docker-yukon-service

Name: docker-yukon-service

Owner: Bisnode Informatics Deutschland

Description: docker image for yukon service

Created: 2015-03-12 14:09:32.0

Updated: 2015-05-22 06:18:42.0

Pushed: 2015-05-22 06:18:42.0

Homepage: null

Size: 168

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

tl;dr

how to build

In order to build this image, you need access to Bisnode internal maven repository.

rectly from github
cker build -t bisnode/yukon-service github.com:BisnodeInformatics/docker-yukon-service
how to run
cker run -d -v /absolute/path/to/logs:/opt/yukon/service/data/log -v /absolute/path/to/feature/file.xml:/opt/yukon/service/deploy/runnable.xml -v /absolute/path/file/input/or/output:/app bisnode/yukon-service

docker image for yukon service node.

Yukon service node is a customized apache karaf, including branding, default bundles and configs. This image is currently refrencing version 2.1.1 of Yukon service node.

volumes
`/opt/yukon/service/data/log` (optional)

Folder where log files are written. You probably want to do something later on with those logs.

`/opt/yukon/service/deploy/runnable.xml`

Feature XML file for provisioning bundles, configuration, … For automatic startup, please use docker-run as feature name within features XML file. For further information about features, please see Features XML Schema.

`/app` (optional)

Folder for static resources on the container, might be needed for some file processing …

access

This image exposes default ports of apache karaf

8101
access to shell via ssh
8181
access to http services (SOAP, REST, static files, ...)
5005
debugging port
further option
running in debug mode

Default command of image for startup is server, it can be overriden to enable debug mode

cker run -d -v ... -p 5005:5005 bisnode/yukon-service debug

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.