@flowforge/docker

1.14.0 • Public • Published

FlowFuse Docker Container Driver

FlowFuse driver to create projects as docker containers

Configuration

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
  • 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)

Configuration via environment variables

  • DOCKER_SOCKET - Path to docker unix domain socket

Readme

Keywords

none

Package Sidebar

Install

npm i @flowforge/docker

Weekly Downloads

7

Version

1.14.0

License

Apache-2.0

Unpacked Size

32.2 kB

Total Files

9

Last publish

Collaborators

  • flowforge