Run update.sh

This commit is contained in:
Docker Library Bot 2017-03-09 10:33:06 -08:00
parent 3d576c74c1
commit 69ab7a7c74
4 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# Supported tags and respective `Dockerfile` links
- [`1.26.2-glibc`, `1.26-glibc`, `1-glibc`, `glibc` (*glibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/dc7ac200409e8c5dc5c09ef26bfa82dbfec4605b/glibc/Dockerfile)
- [`1.26.2-musl`, `1.26-musl`, `1-musl`, `musl` (*musl/Dockerfile*)](https://github.com/docker-library/busybox/blob/dc7ac200409e8c5dc5c09ef26bfa82dbfec4605b/musl/Dockerfile)
- [`1.26.2-uclibc`, `1.26-uclibc`, `1-uclibc`, `uclibc`, `1.26.2`, `1.26`, `1`, `latest` (*uclibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/dc7ac200409e8c5dc5c09ef26bfa82dbfec4605b/uclibc/Dockerfile)
- [`1.26.2-glibc`, `1.26-glibc`, `1-glibc`, `glibc` (*glibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/b18bec4367d42f4b4749379911f29346f1068cde/glibc/Dockerfile)
- [`1.26.2-musl`, `1.26-musl`, `1-musl`, `musl` (*musl/Dockerfile*)](https://github.com/docker-library/busybox/blob/b18bec4367d42f4b4749379911f29346f1068cde/musl/Dockerfile)
- [`1.26.2-uclibc`, `1.26-uclibc`, `1-uclibc`, `uclibc`, `1.26.2`, `1.26`, `1`, `latest` (*uclibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/b18bec4367d42f4b4749379911f29346f1068cde/uclibc/Dockerfile)
For more information about this image and its history, please see [the relevant manifest file (`library/busybox`)](https://github.com/docker-library/official-images/blob/master/library/busybox). 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%2Fbusybox).

View File

@ -1,9 +1,9 @@
# Supported tags and respective `Dockerfile` links
- [`2.1.17`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/cassandra/blob/3535be36e7b48b24b5abedebd345b5286bcffa60/2.1/Dockerfile)
- [`2.2.9`, `2.2`, `2` (*2.2/Dockerfile*)](https://github.com/docker-library/cassandra/blob/3b54d76bf451717222e028b7db44044b03a3e620/2.2/Dockerfile)
- [`3.0.11`, `3.0` (*3.0/Dockerfile*)](https://github.com/docker-library/cassandra/blob/6c3f791c239b24a25d9766edb6b4d22c71669cee/3.0/Dockerfile)
- [`3.10`, `3`, `latest` (*3.10/Dockerfile*)](https://github.com/docker-library/cassandra/blob/71d979a201b63d94ed904eef6218d50e2142845d/3.10/Dockerfile)
- [`2.1.17`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/cassandra/blob/d83b850cd17bc9198876f8686197c730e29c7448/2.1/Dockerfile)
- [`2.2.9`, `2.2`, `2` (*2.2/Dockerfile*)](https://github.com/docker-library/cassandra/blob/d83b850cd17bc9198876f8686197c730e29c7448/2.2/Dockerfile)
- [`3.0.11`, `3.0` (*3.0/Dockerfile*)](https://github.com/docker-library/cassandra/blob/d83b850cd17bc9198876f8686197c730e29c7448/3.0/Dockerfile)
- [`3.10`, `3`, `latest` (*3.10/Dockerfile*)](https://github.com/docker-library/cassandra/blob/d83b850cd17bc9198876f8686197c730e29c7448/3.10/Dockerfile)
For more information about this image and its history, please see [the relevant manifest file (`library/cassandra`)](https://github.com/docker-library/official-images/blob/master/library/cassandra). 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%2Fcassandra).

View File

@ -37,7 +37,7 @@ If you are still convinced that you need Docker-in-Docker and not just access to
$ docker run --privileged --name some-docker -d docker:1.8-dind
```
**Note:** `--privileged` is required for Docker-in-Docker to function properly, but it should be used with care as it provides full access to the host environment, as explained [in the relevant section of the Docker documentation](https://docs.docker.com/reference/run/#runtime-privilege-linux-capabilities-and-lxc-configuration).
**Note:** `--privileged` is required for Docker-in-Docker to function properly, but it should be used with care as it provides full access to the host environment, as explained [in the relevant section of the Docker documentation](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities).
This image includes `EXPOSE 2375` (the Docker port), so standard container linking will make it automatically available to the linked containers (as the following examples illustrate).

View File

@ -1,7 +1,7 @@
# Supported tags and respective `Dockerfile` links
- [`10.1.21`, `10.1`, `10`, `latest` (*10.1/Dockerfile*)](https://github.com/docker-library/mariadb/blob/b558f64b736650b94df9a90e68ff9e3bc03d4bdb/10.1/Dockerfile)
- [`10.0.29`, `10.0` (*10.0/Dockerfile*)](https://github.com/docker-library/mariadb/blob/b8a9bd6870bb327db7b238dc6efe909e5e7b399f/10.0/Dockerfile)
- [`10.0.30`, `10.0` (*10.0/Dockerfile*)](https://github.com/docker-library/mariadb/blob/76bf9d41fc187f83da5819601d6f964722759ebb/10.0/Dockerfile)
- [`5.5.54`, `5.5`, `5` (*5.5/Dockerfile*)](https://github.com/docker-library/mariadb/blob/b26cb74f2c213b4b852067937198d924517e387f/5.5/Dockerfile)
For more information about this image and its history, please see [the relevant manifest file (`library/mariadb`)](https://github.com/docker-library/official-images/blob/master/library/mariadb). 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%2Fmariadb).