From f27d9df955868987d713fb9ca674810395774d1c Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 24 Nov 2020 23:37:01 -0500 Subject: [PATCH] Update README about docker --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25545e2..20eb04c 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ Squib tries to keep you DRY (Don't Repeat Yourself) with the following features: ## Docker +BROKEN AT THE MOMENT (2020-11-24) + Want to run in a controlled environment? We've got a [Docker image on DockerHub](https://cloud.docker.com/u/andymeneely/repository/docker/andymeneely/squib) Here's one way to run it. On the command line, go to the root of your repository. With these commands, we'll map the current directory to the `/usr/src/app` directory in the Docker image. When squib-in-docker read & writes files from there, it'll write it back out to your current directory.