Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flowfuse/driver-docker

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowfuse/driver-docker

Docker driver for FlowFuse

  • 2.12.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

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
      path: /opt/flowfuse/storage
  • 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 mounting a directory into each Node-RED instance as persistence storage (default: false)
  • storage.path is the fully qualified path to the root directory for the storage on the host (default: not set)

Configuration via environment variables

  • DOCKER_SOCKET - Path to docker unix domain socket

FAQs

Package last updated on 19 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc