You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
4
4
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!
0 commit comments