From 6994ee7c6189c19c4dc84310bfd074d36cc4b805 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 16 Dec 2014 14:10:48 -0700 Subject: [PATCH] Run update.sh --- buildpack-deps/README.md | 6 ++++++ busybox/README.md | 6 ++++++ centos/README.md | 6 ++++++ cirros/README.md | 6 ++++++ clojure/README.md | 6 ++++++ crate/README.md | 8 +++++++- crux/README.md | 6 ++++++ debian/README.md | 6 ++++++ docker-dev/README.md | 6 ++++++ fedora/README.md | 6 ++++++ gcc/README.md | 6 ++++++ golang/README.md | 6 ++++++ haskell/README.md | 6 ++++++ hello-world/README.md | 6 ++++++ hipache/README.md | 6 ++++++ httpd/README.md | 6 ++++++ hylang/README.md | 6 ++++++ java/README.md | 6 ++++++ jenkins/README.md | 6 ++++++ jruby/README.md | 6 ++++++ mageia/README.md | 6 ++++++ mariadb/README.md | 6 ++++++ maven/README.md | 6 ++++++ mongo/README.md | 6 ++++++ mono/README.md | 6 ++++++ mysql/README.md | 6 ++++++ neurodebian/README.md | 6 ++++++ nginx/README.md | 6 ++++++ node/README.md | 6 ++++++ opensuse/README.md | 6 ++++++ perl/README.md | 6 ++++++ php-zendserver/README.md | 6 ++++++ php/README.md | 6 ++++++ postgres/README.md | 6 ++++++ python/README.md | 6 ++++++ r-base/README.md | 6 ++++++ rails/README.md | 6 ++++++ redis/README.md | 6 ++++++ registry/README.md | 6 ++++++ ruby/README.md | 6 ++++++ sentry/README.md | 6 ++++++ tomcat/README.md | 6 ++++++ ubuntu-debootstrap/README.md | 6 ++++++ ubuntu-upstart/README.md | 6 ++++++ ubuntu/README.md | 6 ++++++ wordpress/README.md | 6 ++++++ 46 files changed, 277 insertions(+), 1 deletion(-) diff --git a/buildpack-deps/README.md b/buildpack-deps/README.md index b1cee2939..e1a81b446 100644 --- a/buildpack-deps/README.md +++ b/buildpack-deps/README.md @@ -33,6 +33,12 @@ This stack is designed to be the foundation of a language-stack image. View [license information](https://www.debian.org/social_contract#guidelines) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/busybox/README.md b/busybox/README.md index 95f2583fd..bfd4fd909 100644 --- a/busybox/README.md +++ b/busybox/README.md @@ -66,6 +66,12 @@ testing of `docker` itself. View [license information](http://www.busybox.net/license.html) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/centos/README.md b/centos/README.md index 159530424..20e2e681a 100644 --- a/centos/README.md +++ b/centos/README.md @@ -29,6 +29,12 @@ available, and `centos:centos6` will point to the latest version of the CentOS 6 ![logo](https://raw.githubusercontent.com/docker-library/docs/master/centos/logo.png) +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/cirros/README.md b/cirros/README.md index 7bea0d76a..8661c2466 100644 --- a/cirros/README.md +++ b/cirros/README.md @@ -16,6 +16,12 @@ CirrOS is a Tiny OS that specializes in running on a cloud. ![logo](https://raw.githubusercontent.com/docker-library/docs/master/cirros/logo.png) +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/clojure/README.md b/clojure/README.md index 0607afbb1..61edbc69a 100644 --- a/clojure/README.md +++ b/clojure/README.md @@ -77,6 +77,12 @@ This will build your project into a jar file located in your project's View [license information](http://clojure.org/license) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/crate/README.md b/crate/README.md index 8ae8f1757..9eb33b871 100644 --- a/crate/README.md +++ b/crate/README.md @@ -1,6 +1,6 @@ # Supported tags and respective `Dockerfile` links -- [`latest`, `0.45`, `0.45.5` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0.45.5/Dockerfile) +- [`latest`, `0.45`, `0.45.6` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0.45.6/Dockerfile) - [`0.44`, `0.44.8` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0.44.8/Dockerfile) For more information about this image and its history, please see the [relevant @@ -98,6 +98,12 @@ View [license information](https://github.com/crate/crate/blob/master/LICENSE.txt) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/crux/README.md b/crux/README.md index 53136b262..5b9873f92 100644 --- a/crux/README.md +++ b/crux/README.md @@ -46,6 +46,12 @@ very well if you are: * Someone who does not hesitate to download and compile programs from the source. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/debian/README.md b/debian/README.md index 5d6149a5c..a6b12e7f9 100644 --- a/debian/README.md +++ b/debian/README.md @@ -51,6 +51,12 @@ everyone as possible, regardless of location. deb http://http.debian.net/debian wheezy-updates main deb http://security.debian.org/ wheezy/updates main +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/docker-dev/README.md b/docker-dev/README.md index 6904090f1..645edb809 100644 --- a/docker-dev/README.md +++ b/docker-dev/README.md @@ -26,6 +26,12 @@ instance, avoiding the overhead of starting virtual machines. This image contains the building and testing environment of the Docker project itself, from which the official releases are made. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/fedora/README.md b/fedora/README.md index 1e7ac8292..29244fc0e 100644 --- a/fedora/README.md +++ b/fedora/README.md @@ -33,6 +33,12 @@ container image). metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/gcc/README.md b/gcc/README.md index 3a3e86af8..2f6a3dfc3 100644 --- a/gcc/README.md +++ b/gcc/README.md @@ -63,6 +63,12 @@ command inside your container: View [license information](https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/COPYING3?view=markup) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/golang/README.md b/golang/README.md index 3fbf1a45b..b5037b75e 100644 --- a/golang/README.md +++ b/golang/README.md @@ -87,6 +87,12 @@ Alternatively, you can build for multiple platforms at once: View [license information](http://golang.org/LICENSE) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/haskell/README.md b/haskell/README.md index 899449b95..dea828ba4 100644 --- a/haskell/README.md +++ b/haskell/README.md @@ -112,6 +112,12 @@ and includes software licensed under the [Glasgow Haskell Compiler License](https://www.haskell.org/ghc/license) (BSD-style). +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/hello-world/README.md b/hello-world/README.md index fa89a1506..ad7bf610a 100644 --- a/hello-world/README.md +++ b/hello-world/README.md @@ -35,6 +35,12 @@ repo](https://github.com/docker-library/official-images). ![logo](https://raw.githubusercontent.com/docker-library/docs/master/hello-world/logo.png) +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/hipache/README.md b/hipache/README.md index f2960fb64..0b597bc9d 100644 --- a/hipache/README.md +++ b/hipache/README.md @@ -23,6 +23,12 @@ based on a heavily instrumented nginx deployment. It currently serves production traffic for tens of thousands of applications hosted on dotCloud. Hipache is based on the node-http-proxy library. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/httpd/README.md b/httpd/README.md index 377f970c8..6b687abef 100644 --- a/httpd/README.md +++ b/httpd/README.md @@ -61,6 +61,12 @@ configuration in as `/usr/local/apache2/conf/httpd.conf`. View [license information](https://www.apache.org/licenses/) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/hylang/README.md b/hylang/README.md index 953b461f5..2eccba0b7 100644 --- a/hylang/README.md +++ b/hylang/README.md @@ -49,6 +49,12 @@ Docker image directly: View [license information](https://github.com/hylang/hy/blob/master/LICENSE) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/java/README.md b/java/README.md index aa273826a..7eeb5e165 100644 --- a/java/README.md +++ b/java/README.md @@ -63,6 +63,12 @@ to `Main.class`. View [license information](http://openjdk.java.net/legal/gplv2+ce.html) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/jenkins/README.md b/jenkins/README.md index d27ae5bf2..117333c41 100644 --- a/jenkins/README.md +++ b/jenkins/README.md @@ -83,6 +83,12 @@ and then "docker pull" the image again - and you will have the latest LTS - you can then start up with -v pointing to that data (/var/jenkins_home) and everything will be as you left it. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/jruby/README.md b/jruby/README.md index 8b8abf5e4..c15801ee2 100644 --- a/jruby/README.md +++ b/jruby/README.md @@ -68,6 +68,12 @@ Ruby Docker image directly: View [license information](https://github.com/jruby/jruby/blob/master/COPYING) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/mageia/README.md b/mageia/README.md index 0911f852d..e440ffdac 100644 --- a/mageia/README.md +++ b/mageia/README.md @@ -56,6 +56,12 @@ All images install the following packages: * locales * locales-en +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/mariadb/README.md b/mariadb/README.md index 2923eb55f..0c0a04ab6 100644 --- a/mariadb/README.md +++ b/mariadb/README.md @@ -87,6 +87,12 @@ create the default database for you. While this is the expected behavior of time. This may cause issues when using automation tools, such as `fig`, that start several containers simultaneously. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/maven/README.md b/maven/README.md index 14fd52158..c8524b168 100644 --- a/maven/README.md +++ b/maven/README.md @@ -56,6 +56,12 @@ directly, passing a Maven command to `docker run`: View [license information](https://www.apache.org/licenses/) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/mongo/README.md b/mongo/README.md index 355b21a58..ab226a0cb 100644 --- a/mongo/README.md +++ b/mongo/README.md @@ -62,6 +62,12 @@ View [license information](https://github.com/mongodb/mongo/blob/7c3cfac300cfcca4f73f1c3b18457f0f8fae3f69/README#L71) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/mono/README.md b/mono/README.md index 2a575eb6f..57e594a44 100644 --- a/mono/README.md +++ b/mono/README.md @@ -62,6 +62,12 @@ This Docker Image is licensed with the Expat License. See the [Mono Project licensing FAQ](http://www.mono-project.com/docs/faq/licensing/) for details on how Mono and associated libraries are licensed. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback Please report issues on the [GitHub project](https://github.com/mono/docker). diff --git a/mysql/README.md b/mysql/README.md index 76cbd6b57..baae44993 100644 --- a/mysql/README.md +++ b/mysql/README.md @@ -87,6 +87,12 @@ create the default database for you. While this is the expected behavior of time. This may cause issues when using automation tools, such as `fig`, that start several containers simultaneously. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/neurodebian/README.md b/neurodebian/README.md index b43aea932..1be29463c 100644 --- a/neurodebian/README.md +++ b/neurodebian/README.md @@ -51,6 +51,12 @@ NeuroDebian APT file is installed under deb http://neuro.debian.net/debian data main #deb-src http://neuro.debian.net/debian-devel wheezy main +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/nginx/README.md b/nginx/README.md index 4e10de2da..7332956c5 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -75,6 +75,12 @@ Then, build with `docker build -t some-custom-nginx .` and run: docker run --name some-nginx -d some-custom-nginx +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/node/README.md b/node/README.md index 81d056807..be0cb2c68 100644 --- a/node/README.md +++ b/node/README.md @@ -71,6 +71,12 @@ Node.js Docker image directly: View [license information](https://github.com/joyent/node/blob/master/LICENSE) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/opensuse/README.md b/opensuse/README.md index 001352f36..71c5d6146 100644 --- a/opensuse/README.md +++ b/opensuse/README.md @@ -36,6 +36,12 @@ However the following repositories are already part of the image: * Non-OSS * Non-OSS Updates +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/perl/README.md b/perl/README.md index aa7de7597..adec24409 100644 --- a/perl/README.md +++ b/perl/README.md @@ -48,6 +48,12 @@ Perl Docker image directly: View [license information](http://dev.perl.org/licenses/) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/php-zendserver/README.md b/php-zendserver/README.md index f57676992..02ec7ab50 100644 --- a/php-zendserver/README.md +++ b/php-zendserver/README.md @@ -103,6 +103,12 @@ To specify a pre-purchased license use the following env vars: [Zend Technologies Ltd.](https://www.zend.com/topics/License-EULA-2010-09-2.pdf) +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback Think we’ve missed something? Let us know at: http://www.zend.com/en/support-center diff --git a/php/README.md b/php/README.md index 956061079..06fd59d3f 100644 --- a/php/README.md +++ b/php/README.md @@ -95,6 +95,12 @@ do the following: View [license information](http://php.net/license/) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/postgres/README.md b/postgres/README.md index 41e577ab4..e209c9108 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -105,6 +105,12 @@ create the default database for you. While this is the expected behavior of time. This may cause issues when using automation tools, such as `fig`, that start several containers simultaneously. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/python/README.md b/python/README.md index 8929b07c4..3ab8537ae 100644 --- a/python/README.md +++ b/python/README.md @@ -72,6 +72,12 @@ or (again, if you need to use Python 2): 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. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/r-base/README.md b/r-base/README.md index fc712ec8a..d5bd8a9cf 100644 --- a/r-base/README.md +++ b/r-base/README.md @@ -90,6 +90,12 @@ Further documentation and example use cases can be found at the View [R-project license information](http://www.r-project.org/Licenses/) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/rails/README.md b/rails/README.md index e533adf5f..7c91b5b91 100644 --- a/rails/README.md +++ b/rails/README.md @@ -60,6 +60,12 @@ run` will help you generate one. Run it in the root of your app, next to the View [license information](https://github.com/rails/rails#license) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/redis/README.md b/redis/README.md index b1fdfd5fc..aa478436a 100644 --- a/redis/README.md +++ b/redis/README.md @@ -73,6 +73,12 @@ your redis container. View [license information](http://redis.io/topics/license) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/registry/README.md b/registry/README.md index 7b796f2db..42994e411 100644 --- a/registry/README.md +++ b/registry/README.md @@ -39,6 +39,12 @@ docker run \ NOTE: The container will try to allocate the port 5000. If the port is already taken, find out which container is already using it by running `docker ps`. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/ruby/README.md b/ruby/README.md index 48fb387b8..91ed5994d 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -64,6 +64,12 @@ Ruby Docker image directly: View [license information](https://www.ruby-lang.org/en/about/license.txt) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/sentry/README.md b/sentry/README.md index e26bc3f95..70c093370 100644 --- a/sentry/README.md +++ b/sentry/README.md @@ -61,6 +61,12 @@ View [license information](https://github.com/getsentry/sentry/blob/master/LICENSE) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/tomcat/README.md b/tomcat/README.md index b78d21fb2..49d55ad69 100644 --- a/tomcat/README.md +++ b/tomcat/README.md @@ -68,6 +68,12 @@ such a user in `tomcat-users.xml`. View [license information](https://www.apache.org/licenses/LICENSE-2.0) for the software contained in this image. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/ubuntu-debootstrap/README.md b/ubuntu-debootstrap/README.md index 0dfce3dfd..dde103c17 100644 --- a/ubuntu-debootstrap/README.md +++ b/ubuntu-debootstrap/README.md @@ -21,6 +21,12 @@ supported by Canonical in any way. For an official Ubuntu image that is supported by Canonical, see [`ubuntu`](https://registry.hub.docker.com/_/ubuntu/). +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/ubuntu-upstart/README.md b/ubuntu-upstart/README.md index c5a045934..9699677f4 100644 --- a/ubuntu-upstart/README.md +++ b/ubuntu-upstart/README.md @@ -21,6 +21,12 @@ employee of Canonical Ltd. ![logo](https://raw.githubusercontent.com/docker-library/docs/master/ubuntu-upstart/logo.png) +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/ubuntu/README.md b/ubuntu/README.md index e3a26122a..2bee9713a 100644 --- a/ubuntu/README.md +++ b/ubuntu/README.md @@ -55,6 +55,12 @@ repo](https://github.com/docker-library/official-images). deb http://archive.ubuntu.com/ubuntu/ precise-security universe deb-src http://archive.ubuntu.com/ubuntu/ precise-security universe +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues diff --git a/wordpress/README.md b/wordpress/README.md index a21c12806..5d7fef563 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -47,6 +47,12 @@ container's IP, standard port mappings can be used: Then, access it via `http://localhost:8080` or `http://host-ip:8080` in a browser. +# Supported Docker versions + +This image is officially supported on Docker version 1.4.1. + +Support for older versions (down to 1.0) is provided on a best-effort basis. + # User Feedback ## Issues