diff --git a/cassandra/README.md b/cassandra/README.md index 17469ea49..96222512a 100644 --- a/cassandra/README.md +++ b/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. diff --git a/crux/README.md b/crux/README.md index 833a4928c..d8b8bb30a 100644 --- a/crux/README.md +++ b/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). diff --git a/debian/README.md b/debian/README.md index ba56fec49..8d47becec 100644 --- a/debian/README.md +++ b/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. diff --git a/ghost/README.md b/ghost/README.md index 1e3219d66..b5f2b57b9 100644 --- a/ghost/README.md +++ b/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. diff --git a/hello-seattle/README.md b/hello-seattle/README.md index ca062a9d8..4ebd43f6c 100644 --- a/hello-seattle/README.md +++ b/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. diff --git a/hello-world/README.md b/hello-world/README.md index c804d7b77..3ce9bdcd1 100644 --- a/hello-world/README.md +++ b/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. diff --git a/hola-mundo/README.md b/hola-mundo/README.md index 4a9df8f78..d6f84edfa 100644 --- a/hola-mundo/README.md +++ b/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. diff --git a/jenkins/README.md b/jenkins/README.md index ef76722d7..726fa90b4 100644 --- a/jenkins/README.md +++ b/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. diff --git a/mariadb/README.md b/mariadb/README.md index c04cce5e4..662b2b65a 100644 --- a/mariadb/README.md +++ b/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. diff --git a/mongo-express/README.md b/mongo-express/README.md index f8abff0ea..e8cb33b2c 100644 --- a/mongo-express/README.md +++ b/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. diff --git a/mysql/README.md b/mysql/README.md index b09767dca..6e09c6419 100644 --- a/mysql/README.md +++ b/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. diff --git a/neurodebian/README.md b/neurodebian/README.md index 6b9069d42..4c81b734f 100644 --- a/neurodebian/README.md +++ b/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. diff --git a/opensuse/README.md b/opensuse/README.md index c802a73f2..bddb49441 100644 --- a/opensuse/README.md +++ b/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. diff --git a/percona/README.md b/percona/README.md index 0d2e40b3d..fc17fbe56 100644 --- a/percona/README.md +++ b/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. diff --git a/postgres/README.md b/postgres/README.md index c8165a615..d8962a7fc 100644 --- a/postgres/README.md +++ b/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. diff --git a/ubuntu/README.md b/ubuntu/README.md index 4d52a7f41..7805f758b 100644 --- a/ubuntu/README.md +++ b/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. diff --git a/wordpress/README.md b/wordpress/README.md index d107cc490..3e4dc3e37 100644 --- a/wordpress/README.md +++ b/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.