Merge pull request #56 from infosiftr/license
Add license link to gcc, java, node
This commit is contained in:
commit
b0aa8e80a8
|
|
@ -52,6 +52,11 @@ command inside your container:
|
|||
|
||||
docker run --rm -v "$(pwd)":/usr/src/myapp -w /usr/src/myapp gcc:4.9 make
|
||||
|
||||
# License
|
||||
|
||||
View [license information](https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/COPYING3?view=markup)
|
||||
for the software contained in this image.
|
||||
|
||||
# User Feedback
|
||||
|
||||
## Issues
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
View [license information](https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/COPYING3?view=markup)
|
||||
for the software contained in this image.
|
||||
|
|
@ -49,6 +49,11 @@ working directory to the volume, and run the command `javac Main.java` which
|
|||
will tell Java to compile the code in `Main.java` and output the Java class file
|
||||
to `Main.class`.
|
||||
|
||||
# License
|
||||
|
||||
View [license information](http://openjdk.java.net/legal/gplv2+ce.html)
|
||||
for the software contained in this image.
|
||||
|
||||
# User Feedback
|
||||
|
||||
## Issues
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
View [license information](http://openjdk.java.net/legal/gplv2+ce.html)
|
||||
for the software contained in this image.
|
||||
|
|
@ -57,6 +57,11 @@ Node.js Docker image directly:
|
|||
|
||||
docker run -it --rm --name my-running-script -v "$(pwd)":/usr/src/myapp -w /usr/src/myapp node:0.10 node your-daemon-or-script.js
|
||||
|
||||
# License
|
||||
|
||||
View [license information](https://github.com/joyent/node/blob/master/LICENSE)
|
||||
for the software contained in this image.
|
||||
|
||||
# User Feedback
|
||||
|
||||
## Issues
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
View [license information](https://github.com/joyent/node/blob/master/LICENSE)
|
||||
for the software contained in this image.
|
||||
Loading…
Reference in New Issue