Parcourir la source

Run update.sh

Docker Library Bot il y a 9 ans
Parent
commit
f81a84c4cc
5 fichiers modifiés avec 141 ajouts et 9 suppressions
  1. 66 0
      hello-seattle/README.md
  2. 3 3
      hello-world/README.md
  3. 2 2
      hello-world/content.md
  4. 66 0
      hola-mundo/README.md
  5. 4 4
      ubuntu/README.md

+ 66 - 0
hello-seattle/README.md

@@ -0,0 +1,66 @@
+# Supported tags and respective `Dockerfile` links
+
+-	[`latest` (*hello-seattle/Dockerfile*)](https://github.com/docker-library/hello-world/blob/a2654a926677e91e30a233758e23b9acb2ef1ea8/hello-seattle/Dockerfile)
+
+[![](https://badge.imagelayers.io/hello-seattle:latest.svg)](https://imagelayers.io/?images=hello-seattle:latest)
+
+For more information about this image and its history, please see [the relevant manifest file (`library/hello-seattle`)](https://github.com/docker-library/official-images/blob/master/library/hello-seattle). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fhello-seattle).
+
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `hello-seattle/tag-details.md` file](https://github.com/docker-library/docs/blob/master/hello-seattle/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+
+# Hello, DockerCon 2016 (Seattle)!
+
+This image is a vanity variant of [the `hello-world` image](https://hub.docker.com/_/hello-world/) created specifically for [DockerCon 2016](http://2016.dockercon.com/). Its use is discouraged.
+
+```console
+$ docker run hello-seattle
+
+Hello from DockerCon 2016 (Seattle)!
+This message shows that your installation appears to be working correctly.
+
+To generate this message, Docker took the following steps:
+ 1. The Docker client contacted the Docker daemon.
+ 2. The Docker daemon pulled the "hello-seattle" image from the Docker Hub.
+ 3. The Docker daemon created a new container from that image which runs the
+    executable that produces the output you are currently reading.
+ 4. The Docker daemon streamed that output to the Docker client, which sent it
+    to your terminal.
+
+To try something more ambitious, you can run an Ubuntu container with:
+ $ docker run -it ubuntu bash
+
+Share images, automate workflows, and more with a free Docker Hub account:
+ https://hub.docker.com
+
+For more examples and ideas, visit:
+ https://docs.docker.com/engine/userguide/
+
+```
+
+See [the `hello-world` image description](https://hub.docker.com/_/hello-world/) for more information about this image (and its construction).
+
+# Supported Docker versions
+
+This image is officially supported on Docker version 1.11.2.
+
+Support for older versions (down to 1.6) is provided on a best-effort basis.
+
+Please see [the Docker installation documentation](https://docs.docker.com/installation/) for details on how to upgrade your Docker daemon.
+
+# User Feedback
+
+## Documentation
+
+Documentation for this image is stored in the [`hello-seattle/` directory](https://github.com/docker-library/docs/tree/master/hello-seattle) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.
+
+## Issues
+
+If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/docker-library/hello-world/issues). If the issue is related to a CVE, please check for [a `cve-tracker` issue on the `official-images` repository first](https://github.com/docker-library/official-images/issues?q=label%3Acve-tracker).
+
+You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net).
+
+## Contributing
+
+You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
+
+Before you start to code, we recommend discussing your plans through a [GitHub issue](https://github.com/docker-library/hello-world/issues), especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

+ 3 - 3
hello-world/README.md

@@ -1,6 +1,6 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`latest` (*Dockerfile*)](https://github.com/docker-library/hello-world/blob/fb12b77c31f97ef7cee73c280432d771823d9ec8/Dockerfile)
+-	[`latest` (*hello-world/Dockerfile*)](https://github.com/docker-library/hello-world/blob/a2654a926677e91e30a233758e23b9acb2ef1ea8/hello-world/Dockerfile)
 
 [![](https://badge.imagelayers.io/hello-world:latest.svg)](https://imagelayers.io/?images=hello-world:latest)
 
@@ -13,7 +13,7 @@ For detailed information about the virtual/transfer sizes and individual layers
 ```console
 $ docker run hello-world
 
-Hello from Docker.
+Hello from Docker!
 This message shows that your installation appears to be working correctly.
 
 To generate this message, Docker took the following steps:
@@ -36,7 +36,7 @@ For more examples and ideas, visit:
 
 $ docker images hello-world
 REPOSITORY   TAG     IMAGE ID      SIZE
-hello-world  latest  693bce725149  967 B
+hello-world  latest  dfc90a840ff1  967 B
 ```
 
 ![logo](https://raw.githubusercontent.com/docker-library/docs/01c12653951b2fe592c1f93a13b4e289ada0e3a1/hello-world/logo.png)

+ 2 - 2
hello-world/content.md

@@ -3,7 +3,7 @@
 ```console
 $ docker run hello-world
 
-Hello from Docker.
+Hello from Docker!
 This message shows that your installation appears to be working correctly.
 
 To generate this message, Docker took the following steps:
@@ -26,7 +26,7 @@ For more examples and ideas, visit:
 
 $ docker images hello-world
 REPOSITORY   TAG     IMAGE ID      SIZE
-hello-world  latest  693bce725149  967 B
+hello-world  latest  dfc90a840ff1  967 B
 ```
 
 %%LOGO%%

+ 66 - 0
hola-mundo/README.md

@@ -0,0 +1,66 @@
+# Supported tags and respective `Dockerfile` links
+
+-	[`latest` (*hola-mundo/Dockerfile*)](https://github.com/docker-library/hello-world/blob/a2654a926677e91e30a233758e23b9acb2ef1ea8/hola-mundo/Dockerfile)
+
+[![](https://badge.imagelayers.io/hola-mundo:latest.svg)](https://imagelayers.io/?images=hola-mundo:latest)
+
+For more information about this image and its history, please see [the relevant manifest file (`library/hola-mundo`)](https://github.com/docker-library/official-images/blob/master/library/hola-mundo). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fhola-mundo).
+
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `hola-mundo/tag-details.md` file](https://github.com/docker-library/docs/blob/master/hola-mundo/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+
+# ¡Hola, DockerCon EU 2015 (Barcelona)!
+
+This image is a vanity variant of [the `hello-world` image](https://hub.docker.com/_/hello-world/) created specifically for [DockerCon EU 2015](http://europe-2015.dockercon.com/). Its use is discouraged.
+
+```console
+$ docker run hola-mundo
+
+¡Hola de DockerCon EU 2015 (Barcelona)!
+This message shows that your installation appears to be working correctly.
+
+To generate this message, Docker took the following steps:
+ 1. The Docker client contacted the Docker daemon.
+ 2. The Docker daemon pulled the "hola-mundo" image from the Docker Hub.
+ 3. The Docker daemon created a new container from that image which runs the
+    executable that produces the output you are currently reading.
+ 4. The Docker daemon streamed that output to the Docker client, which sent it
+    to your terminal.
+
+To try something more ambitious, you can run an Ubuntu container with:
+ $ docker run -it ubuntu bash
+
+Share images, automate workflows, and more with a free Docker Hub account:
+ https://hub.docker.com
+
+For more examples and ideas, visit:
+ https://docs.docker.com/engine/userguide/
+
+```
+
+See [the `hello-world` image description](https://hub.docker.com/_/hello-world/) for more information about this image (and its construction).
+
+# Supported Docker versions
+
+This image is officially supported on Docker version 1.11.2.
+
+Support for older versions (down to 1.6) is provided on a best-effort basis.
+
+Please see [the Docker installation documentation](https://docs.docker.com/installation/) for details on how to upgrade your Docker daemon.
+
+# User Feedback
+
+## Documentation
+
+Documentation for this image is stored in the [`hola-mundo/` directory](https://github.com/docker-library/docs/tree/master/hola-mundo) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.
+
+## Issues
+
+If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/docker-library/hello-world/issues). If the issue is related to a CVE, please check for [a `cve-tracker` issue on the `official-images` repository first](https://github.com/docker-library/official-images/issues?q=label%3Acve-tracker).
+
+You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net).
+
+## Contributing
+
+You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
+
+Before you start to code, we recommend discussing your plans through a [GitHub issue](https://github.com/docker-library/hello-world/issues), especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

+ 4 - 4
ubuntu/README.md

@@ -1,9 +1,9 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`12.04.5`, `12.04`, `precise-20160624`, `precise` (*precise/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/f2682b59c32241b97e904af6691e997fa9c79c91/precise/Dockerfile)
--	[`14.04.4`, `14.04`, `trusty-20160624`, `trusty` (*trusty/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/f2682b59c32241b97e904af6691e997fa9c79c91/trusty/Dockerfile)
--	[`15.10`, `wily-20160602`, `wily` (*wily/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/f2682b59c32241b97e904af6691e997fa9c79c91/wily/Dockerfile)
--	[`16.04`, `xenial-20160525`, `xenial`, `latest` (*xenial/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/f2682b59c32241b97e904af6691e997fa9c79c91/xenial/Dockerfile)
+-	[`12.04.5`, `12.04`, `precise-20160624`, `precise` (*precise/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/77b443d6c242daa76825dc4bac43e8aa2a710ad7/precise/Dockerfile)
+-	[`14.04.4`, `14.04`, `trusty-20160624`, `trusty` (*trusty/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/77b443d6c242daa76825dc4bac43e8aa2a710ad7/trusty/Dockerfile)
+-	[`15.10`, `wily-20160602`, `wily` (*wily/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/77b443d6c242daa76825dc4bac43e8aa2a710ad7/wily/Dockerfile)
+-	[`16.04`, `xenial-20160629`, `xenial`, `latest` (*xenial/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/77b443d6c242daa76825dc4bac43e8aa2a710ad7/xenial/Dockerfile)
 
 [![](https://badge.imagelayers.io/ubuntu:latest.svg)](https://imagelayers.io/?images=ubuntu:12.04.5,ubuntu:14.04.4,ubuntu:15.10,ubuntu:16.04)