Update Docker

Kevin Morris 2021-09-09 23:12:01 +00:00
parent 77125753a3
commit 52545d8ee6

@ -37,7 +37,7 @@ You can then `docker-compose (up|run)` any one of the services:
Users will notice initially starting up a service can take some time, especially one with many dependencies. After the initial startup, however, users can run services again without much initialization:
$ docker-compose run test # Takes a while...
$ docker-compose run test # First run with no up'd services, takes a while.
$ docker-compose run test # Starts instantly.
## Continued Imaging