Socket
Socket
Sign inDemoInstall

@flowfuse/driver-docker

Package Overview
Dependencies
67
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @flowfuse/driver-docker

Docker driver for FlowFuse


Version published
Weekly downloads
7
decreased by-30%
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

2.3.0: Release

  • Only pull stack container if missing (#89) @hardillb

Readme

Source

FlowFuse Docker Container Driver

FlowFuse driver to create projects as docker containers

Configuration

In the flowforge.yml file

...
driver:
  type: docker
  options:
    socket: /var/run/docker.sock
    registry: containers.flowforge.com
    privateCA: /full/path/to/chain.pem
    logPassthrough: 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)

Configuration via environment variables

  • DOCKER_SOCKET - Path to docker unix domain socket

FAQs

Last updated on 11 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc