diff --git a/Docker.md b/Docker.md index 8314262..6c073bf 100644 --- a/Docker.md +++ b/Docker.md @@ -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