Skip to content

Commit 3241d5d

Browse files
committed
Update reeeeeadme
1 parent b0a1563 commit 3241d5d

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# container-demos
22

3-
A repository of demos for fun and interesting things to try with containers!
3+
This is a repository of demos of fun and interesting things to help you learn about containers!
44

5-
**This is a work-in-progress!** Explore the directory structure to find the demos.
5+
**This is a work-in-progress!**
6+
7+
## Index of demos
8+
9+
| *Demo* | *Description* |
10+
| --- | --- |
11+
| [**troubleshooting/file-permissions**](troubleshooting/file-permissions) | An example problem scenario where a container is unable to write to a file, and how to debug it |
12+
| [**monitoring/high-cpu**](monitoring/high-cpu) | How to use Docker tools to monitor a container's CPU and memory usage, and logs |
13+
| [**networking/bridge**](networking/bridge) | How to get two containers to communicate with each other, using Docker's `bridge` network driver |
14+
15+
## Contributing
16+
17+
If you have a demo you'd like to contribute, please open a pull request!
18+
19+
## License
20+
21+
[MIT](LICENSE)
622

0 commit comments

Comments
 (0)