@@ -12,6 +12,17 @@ things like Ruby Gems, PyPI modules, etc. For example, `buildpack-deps` would
let you do a `bundle install` in an arbitrary application directory without
knowing beforehand that `ssl.h` is required to build a dependent module.
+# How to use this image
+
+This stack is designed to be the foundation of a language-stack image.
+<!-- TODO: add an example -->
+# License
+View [license information](https://www.debian.org/social_contract#guidelines)
+for the software contained in this image.
# User Feedback
## Issues
@@ -54,6 +54,10 @@ or (again, if you need to use Python 2):
docker run -it --rm --name my-running-script -v "$(pwd)":/usr/src/myapp -w /usr/src/myapp python:2 python your-daemon-or-script.py
+View license information for [Python 2](https://docs.python.org/2/license.html#)and [Python 3](https://docs.python.org/3/license.html#) software contained in this image.
@@ -39,6 +39,11 @@ need access outside the host, on port 8080:
You can then go to `http://localhost:8080` or `http://host-ip:8080` in a
browser.
+View [license information](https://github.com/rails/rails#license)