Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
devstack
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
devstack
Commits
09117025
Commit
09117025
authored
Apr 25, 2017
by
Robert Raposa
Committed by
Clinton Blackburn
Apr 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add command and instructions to view logs.
parent
08d7e482
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
Makefile
+3
-0
README.md
+8
-0
No files found.
Makefile
View file @
09117025
...
...
@@ -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
...
...
README.md
View file @
09117025
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment