Sign inSign up

oconnormi/ddf

By oconnormi

Updated over 8 years ago

Common data layer that abstracts services and business logic from the underlying data structures

Image
1

2.4K

oconnormi/ddf repository overview

Docker DDF

DDF in a container

Docker Automated build

license

Waffle.io

Waffle.io

What is DDF?

See the ddf homepage

Usage

To start a basic default DDF instance

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

To expose the ddf ui:

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

Persistence

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

Configuration

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

Deploying bundles

To deploy bundles that are not packaged with the DDF distribution mount a volume container or local folder to /opt/ddf/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
8101DDF SSH server
8181http
8993https

Tag summary

Content type

Image

Digest

Size

1.3 GB

Last updated

over 8 years ago

docker pull oconnormi/ddf