Update README about docker

dev
Andy Meneely 2020-11-24 23:37:01 -05:00
parent 2a3ce44cc0
commit f27d9df955
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ Squib tries to keep you DRY (Don't Repeat Yourself) with the following features:
## Docker ## 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) 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. 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.