/ignition-examples

Ignition Examples with Docker Compose

Ignition Docker Examples

Updated for Ignition 8!

This repository will contain some example implementations for the use of ignition-docker.

Getting Started

To use these examples, you’ll need to have Docker and Docker Compose installed and working.

Docker Compose allows you to start multiple containers (each container is referred in this context as a "service") and manage them together. This can really accelerate how to work with Docker containers on a single host.

Sidecar Examples

The examples below demonstrate how to pair a database with your Ignition container as a sidecar container.

Ignition and MySQL

See README

Ignition and Microsoft SQL Server

See README

Ignition and Xvfd (for Mobile Module)

See README

Ignition Architecture Examples

These examples show how you can leverage multiple containers (and their inter-communication capabilities) to create multi-gateway architectures with relative ease.

Multiple Gateways in Gateway Network

See README