Commit 09117025 by Robert Raposa Committed by Clinton Blackburn

Add command and instructions to view logs.

parent 08d7e482
......@@ -52,6 +52,9 @@ down: ## Remove all service containers and networks
destroy: ## Remove all devstack-related containers, networks, and volumes
./destroy.sh
logs: ## View logs from containers running in detached mode
docker-compose logs -f
pull: ## Update Docker images
docker-compose pull
......
......@@ -94,6 +94,14 @@ Catalog/Course Discovery Service, you can run:
make discovery-shell
```
To see logs from containers running in detached mode, you can either use
"Kitematic" (available from the "Docker for Mac" menu), or by running the
following:
```sh
make logs
```
To reset your environment and start provisioning from scratch, you can run:
```sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment