Skip to content

delegator/entangled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Entangled

This is a very simple Docker image for running Entangled as a Docker container.

Usage

docker run --rm --volume '.:/var/entangled' -it theutz:entangled entangled watch

Example Docker Compose

services:
  entangled:
    image: theutz/entangled
    volumes: ".:/var/entangled"
    command: entangled watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published