Browse Source

Update README about docker

dev
Andy Meneely 5 years ago
parent
commit
f27d9df955
  1. 2
      README.md

2
README.md

@ -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.

Loading…
Cancel
Save