Docker Library Bot 8 lat temu
rodzic
commit
d305005a50

+ 4 - 0
cassandra/README.md

@@ -212,3 +212,7 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
 ## No connections until Cassandra init completes
 
 If there is no database initialized when the container starts, then a default database will be created. While this is the expected behavior, this means that it will not accept incoming connections until such initialization completes. This may cause issues when using automation tools, such as `docker-compose`, which start several containers simultaneously.
+
+# License
+
+View [license information](https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob;f=LICENSE.txt;hb=cassandra-3.11.1) for the software contained in this image.

+ 4 - 0
crux/README.md

@@ -67,3 +67,7 @@ Finally, it strives to use new features as they become available, as long as the
 -	A somewhat experienced Linux user who wants a clean and solid Linux distribution as the foundation of your installation.
 -	A person who prefers editing configuration files with an editor to using a GUI.
 -	Someone who does not hesitate to download and compile programs from the source.
+
+# License
+
+View [license information](https://crux.nu/Main/Handbook3-3-Intro) for the software contained in this image (scroll to the "License" section at the end of the linked document).

+ 4 - 0
debian/README.md

@@ -116,3 +116,7 @@ Additionally, the scripts in [https://github.com/debuerreotype/docker-debian-art
 These tags are an experiment in providing a slimmer base (removing some extra files that are normally not necessary within containers, such as man pages and documentation), and are definitely subject to change.
 
 See the `debuerreotype-slimify` script (`debuerreotype` linked above) for more details about what gets removed during the "slimification" process.
+
+# License
+
+View [license information](https://www.debian.org/social_contract#guidelines) for the software contained in this image.

+ 4 - 0
ghost/README.md

@@ -170,3 +170,7 @@ This image is based on the popular [Alpine Linux project](http://alpinelinux.org
 This variant is highly recommended when final image size being as small as possible is desired. The main caveat to note is that it does use [musl libc](http://www.musl-libc.org) instead of [glibc and friends](http://www.etalabs.net/compare_libcs.html), so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this variant is usually a very safe choice. See [this Hacker News comment thread](https://news.ycombinator.com/item?id=10782897) for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images.
 
 To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar).
+
+# License
+
+View [license information](https://ghost.org/license/) for the software contained in this image.

+ 4 - 0
hello-seattle/README.md

@@ -85,3 +85,7 @@ For more examples and ideas, visit:
 ```
 
 See [the `hello-world` image description](https://hub.docker.com/_/hello-world/) for more information about this image (and its construction).
+
+# License
+
+View [license information](https://github.com/docker-library/hello-world/blob/master/LICENSE) for the software contained in this image.

+ 4 - 0
hello-world/README.md

@@ -91,3 +91,7 @@ hello-world  latest  05a3bd381fc2  1.84kB
 # How is this image created?
 
 This image is a prime example of using the [`scratch`](https://hub.docker.com/_/scratch/) image effectively. See [`hello.c`](https://github.com/docker-library/hello-world/blob/master/hello.c) in https://github.com/docker-library/hello-world for the source code of the `hello` binary included in this image.
+
+# License
+
+View [license information](https://github.com/docker-library/hello-world/blob/master/LICENSE) for the software contained in this image.

+ 4 - 0
hola-mundo/README.md

@@ -85,3 +85,7 @@ For more examples and ideas, visit:
 ```
 
 See [the `hello-world` image description](https://hub.docker.com/_/hello-world/) for more information about this image (and its construction).
+
+# License
+
+View [license information](https://github.com/docker-library/hello-world/blob/master/LICENSE) for the software contained in this image.

+ 4 - 0
jenkins/README.md

@@ -232,3 +232,7 @@ This image is based on the popular [Alpine Linux project](http://alpinelinux.org
 This variant is highly recommended when final image size being as small as possible is desired. The main caveat to note is that it does use [musl libc](http://www.musl-libc.org) instead of [glibc and friends](http://www.etalabs.net/compare_libcs.html), so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this variant is usually a very safe choice. See [this Hacker News comment thread](https://news.ycombinator.com/item?id=10782897) for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images.
 
 To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar).
+
+# License
+
+View [license information](https://jenkins.io/license/) for the software contained in this image.

+ 4 - 0
mariadb/README.md

@@ -254,3 +254,7 @@ Most of the normal tools will work, although their usage might be a little convo
 ```console
 $ docker exec some-mariadb sh -c 'exec mysqldump --all-databases -uroot -p"$MYSQL_ROOT_PASSWORD"' > /some/path/on/your/host/all-databases.sql
 ```
+
+# License
+
+View [license information](https://mariadb.com/kb/en/library/licensing-faq/) for the software contained in this image.

+ 4 - 0
mongo-express/README.md

@@ -112,3 +112,7 @@ $ docker run -it --rm \
 ```
 
 This example links to a container name typical of `docker-compose`, changes the editor's color theme, and enables basic authentication.
+
+# License
+
+View [license information](https://github.com/mongo-express/mongo-express#license) for the software contained in this image.

+ 4 - 0
mysql/README.md

@@ -253,3 +253,7 @@ Most of the normal tools will work, although their usage might be a little convo
 ```console
 $ docker exec some-mysql sh -c 'exec mysqldump --all-databases -uroot -p"$MYSQL_ROOT_PASSWORD"' > /some/path/on/your/host/all-databases.sql
 ```
+
+# License
+
+View [license information](https://www.mysql.com/about/legal/) for the software contained in this image.

+ 6 - 0
neurodebian/README.md

@@ -89,3 +89,9 @@ deb http://neuro.debian.net/debian wheezy main
 deb http://neuro.debian.net/debian data main
 #deb-src http://neuro.debian.net/debian-devel wheezy main
 ```
+
+# License
+
+View [license information](https://www.debian.org/social_contract#guidelines) for the software contained in this image.
+
+Additionally, `-nonfree` flavors of the images enable access to materials which are not fully DFSG-compliant, and might have restrictions (e.g. non-commercial) and/or lack original sources.

+ 4 - 0
opensuse/README.md

@@ -72,3 +72,7 @@ However the following repositories are already part of the image:
 -	OSS Updates
 -	Non-OSS
 -	Non-OSS Updates
+
+# License
+
+View the [license information](https://en.opensuse.org/openSUSE:License) for the software contained in this image. Please note that individual packages installed may have their own licenses, which you also must follow. License information is available through the built-in package manager.

+ 4 - 0
percona/README.md

@@ -256,3 +256,7 @@ Most of the normal tools will work, although their usage might be a little convo
 ```console
 $ docker exec some-percona sh -c 'exec mysqldump --all-databases -uroot -p"$MYSQL_ROOT_PASSWORD"' > /some/path/on/your/host/all-databases.sql
 ```
+
+# License
+
+View [license information](https://www.percona.com/doc/percona-server/LATEST/copyright.html) for the software contained in this image.

+ 4 - 0
postgres/README.md

@@ -257,3 +257,7 @@ This image is based on the popular [Alpine Linux project](http://alpinelinux.org
 This variant is highly recommended when final image size being as small as possible is desired. The main caveat to note is that it does use [musl libc](http://www.musl-libc.org) instead of [glibc and friends](http://www.etalabs.net/compare_libcs.html), so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this variant is usually a very safe choice. See [this Hacker News comment thread](https://news.ycombinator.com/item?id=10782897) for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images.
 
 To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar).
+
+# License
+
+View [license information](https://www.postgresql.org/about/licence/) for the software contained in this image.

+ 4 - 0
ubuntu/README.md

@@ -126,3 +126,7 @@ deb-src http://archive.ubuntu.com/ubuntu/ trusty-security main restricted
 deb http://archive.ubuntu.com/ubuntu/ trusty-security universe
 deb-src http://archive.ubuntu.com/ubuntu/ trusty-security universe
 ```
+
+# License
+
+View [license information](https://www.ubuntu.com/about/about-ubuntu/licensing) for the software contained in this image.

+ 4 - 0
wordpress/README.md

@@ -166,3 +166,7 @@ $ docker run -it --rm \
 ```
 
 Generally speaking, for WP-CLI to interact with a WordPress install, it needs access to the on-disk files of the WordPress install, and access to the database (and the easiest way to accomplish that such that `wp-config.php` does not require changes is to simply join the networking context of the existing and presumably working WordPress container, but there are many other ways to accomplish that which will be left as an exercise for the reader).
+
+# License
+
+View [license information](https://wordpress.org/about/license/) for the software contained in this image.