2.18.0 • Published 4 months ago

@flowfuse/driver-docker v2.18.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

FlowFuse Docker Container Driver

FlowFuse driver to create projects as docker containers

Configuration

In the flowforge.yml file

...
driver:
  type: docker
  options:
    socket: /tmp/docker.sock
    registry: containers.flowforge.com
    privateCA: /full/path/to/chain.pem
    logPassthrough: true
    storage:
      enabled: true
  • registry is the Docker Registry to load Stack Containers from (default: Docker Hub)
  • socket is the path to the docker unix domain socket (default: /var/run/docker.sock)
  • privateCA: is the fully qualified path to a pem file containing trusted CA cert chain (default: not set)
  • logPassthrough Have Node-RED logs printed in JSON format to container stdout (default: false)
  • storage.enabled enables volume-based persistent storage for Node-RED instance (default: false)

Configuration via environment variables

  • DOCKER_SOCKET - Path to docker unix domain socket
2.11.0

11 months ago

2.12.0

10 months ago

2.17.0

5 months ago

2.18.0

4 months ago

2.15.0

7 months ago

2.14.1

8 months ago

2.16.0

6 months ago

2.13.0

9 months ago

2.14.0

8 months ago

2.10.0

12 months ago

2.9.0

1 year ago

2.8.0

1 year ago

2.5.0

1 year ago

2.7.0

1 year ago

2.6.0

1 year ago

2.7.1

1 year ago

2.4.0

1 year ago

2.3.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.15.0

2 years ago

1.14.0

2 years ago