Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 378 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 378 Bytes

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