Sign inSign up

oconnormi/alliance

By oconnormi

Updated over 9 years ago

DDF with DoD/IC and NATO support capabilities.

Image
0

1.7K

oconnormi/alliance repository overview

Docker Alliance

Stories in Ready

Alliance in a container

license

What is Alliance?

See the alliance homepage

Usage

To start a basic default Alliance instance

docker run -name some-alliance -d oconnormi/alliance

To expose the alliance ui:

docker run -name some-alliance -d -p 8993:8993 oconnormi/alliance

Persistence

To persist data/configurations mount either a volume container or a local folder to /opt/alliance/data

Configuration

To configure the system mount a volume container or local folder to /opt/alliance/etc

Deploying bundles

To deploy bundles that are not packaged with the Alliance distribution mount a volume container or local folder to /opt/alliance/deploy

Customizing Setup

Currently this container provides a custom entrypoint that has two hooks for pre-start and post start configuration.

To apply custom configuration steps before startup, mount a script via docker volumes to /opt/entrypoint/pre_start.sh

To apply custom configuration steps after startup, mount a script via docker volumes to /opt/entrypoint/post_start.sh

Exposed Ports
PortPurpose
8101Alliance SSH server
8181http
8993https

Tag summary

Content type

Image

Digest

Size

1.6 GB

Last updated

over 9 years ago

docker pull oconnormi/alliance