run update.sh (for fred's license changes)
This commit is contained in:
parent
eaaa8fa0f5
commit
3ee80e96d5
|
|
@ -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
|
let you do a `bundle install` in an arbitrary application directory without
|
||||||
knowing beforehand that `ssl.h` is required to build a dependent module.
|
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
|
# User Feedback
|
||||||
|
|
||||||
## Issues
|
## 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
|
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
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
# User Feedback
|
# User Feedback
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
|
||||||
|
|
@ -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
|
You can then go to `http://localhost:8080` or `http://host-ip:8080` in a
|
||||||
browser.
|
browser.
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
View [license information](https://github.com/rails/rails#license)
|
||||||
|
for the software contained in this image.
|
||||||
|
|
||||||
# User Feedback
|
# User Feedback
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue