Documentation for Docker Official Images in docker-library
Go to file
yosifkit d44d15589d Merge pull request #119 from fedora-cloud/fedora-21-release
Update fedora docs Re: f21 release
2014-12-09 12:25:40 -08:00
buildpack-deps Get rid of .keep files since we have stuff in the folders 2014-11-25 13:25:35 -08:00
busybox Fix a number of "too-specific" versions 2014-11-24 23:54:19 -07:00
centos Run update.sh, add r-base user-feedback override 2014-12-02 14:19:27 -08:00
cirros Add a sentence with a link to the manifest file for reach repo 2014-10-16 15:28:31 -06:00
clojure Convert newlines to Unix (and end all content files with a single newline) 2014-10-23 14:02:55 -06:00
crate Fix some minor markdown formatting and wrap to 80 columns 2014-12-01 10:06:16 -07:00
crux Run update.sh 2014-11-12 18:31:55 -07:00
debian Run update.sh 2014-11-12 18:31:55 -07:00
docker-dev Run update.sh 2014-12-01 10:09:05 -07:00
fedora Update fedora docs Re: f21 release 2014-12-09 18:32:10 +00:00
gcc Get rid of .keep files since we have stuff in the folders 2014-11-25 13:25:35 -08:00
golang Run update.sh, add r-base user-feedback override 2014-12-02 14:19:27 -08:00
haskell Fix haskell formatting 2014-11-14 11:16:32 -07:00
hello-world Get rid of .keep files since we have stuff in the folders 2014-11-25 13:25:35 -08:00
hipache Add a sentence with a link to the manifest file for reach repo 2014-10-16 15:28:31 -06:00
httpd Add httpd docs 2014-11-05 08:22:49 -08:00
hylang Convert newlines to Unix (and end all content files with a single newline) 2014-10-23 14:02:55 -06:00
java Run update.sh, add r-base user-feedback override 2014-12-02 14:19:27 -08:00
jenkins Run update.sh 2014-10-26 03:47:33 -06:00
jruby Run update.sh, add r-base user-feedback override 2014-12-02 14:19:27 -08:00
mageia Add a sentence with a link to the manifest file for reach repo 2014-10-16 15:28:31 -06:00
mariadb Get rid of .keep files since we have stuff in the folders 2014-11-25 13:25:35 -08:00
maven Add maven docs 2014-11-04 11:32:59 -08:00
mongo Get rid of .keep files since we have stuff in the folders 2014-11-25 13:25:35 -08:00
mono Cut mono short desc down to less than 100 2014-11-04 15:41:31 -07:00
mysql Run update.sh, add r-base user-feedback override 2014-12-02 14:19:27 -08:00
neurodebian Add a sentence with a link to the manifest file for reach repo 2014-10-16 15:28:31 -06:00
nginx Run update.sh, add r-base user-feedback override 2014-12-02 14:19:27 -08:00
node Run update.sh, add r-base user-feedback override 2014-12-02 14:19:27 -08:00
opensuse Run update.sh 2014-11-04 15:45:27 -07:00
perl Get rid of .keep files since we have stuff in the folders 2014-11-25 13:25:35 -08:00
php Get rid of .keep files since we have stuff in the folders 2014-11-25 13:25:35 -08:00
php-zendserver Run update.sh 2014-10-31 15:28:26 -06:00
postgres Run update.sh 2014-11-24 23:53:58 -07:00
python Run update.sh 2014-12-02 15:15:50 -08:00
r-base Flow R docs to 80 columns 2014-12-02 14:40:55 -08:00
rails Get rid of .keep files since we have stuff in the folders 2014-11-25 13:25:35 -08:00
redis Get rid of .keep files since we have stuff in the folders 2014-11-25 13:25:35 -08:00
registry Run update.sh 2014-11-12 18:31:55 -07:00
ruby Get rid of .keep files since we have stuff in the folders 2014-11-25 13:25:35 -08:00
scratch Add a bunch more content 2014-10-10 18:07:15 -06:00
sentry Run update.sh 2014-11-24 23:53:58 -07:00
tomcat Run update.sh, add r-base user-feedback override 2014-12-02 14:19:27 -08:00
ubuntu Run update.sh 2014-11-25 15:15:59 -08:00
ubuntu-debootstrap Run update.sh 2014-11-25 15:15:59 -08:00
ubuntu-upstart Clarify ubuntu-upstart support level 2014-11-14 14:51:06 -07:00
wordpress Get rid of .keep files since we have stuff in the folders 2014-11-25 13:25:35 -08:00
Dockerfile Add a basic Dockerfile and fix some minor issues in push.pl 2014-10-21 22:29:49 -06:00
LICENSE Add license file (Expat) 2014-09-10 16:48:08 -06:00
README-template.md Add crate +logo, allow custom user-feedback section 2014-10-16 16:28:28 -06:00
README.md Add section on generated README.md's 2014-12-03 15:44:05 -08:00
generate-dockerfile-links-partial.sh Add more canonical "manifest line parsing" based on bashbrew scripts 2014-09-22 17:52:39 -06:00
generate-repo-stub-readme.sh Add script to generate stub README for docker-library repos 2014-11-14 15:40:11 -08:00
push.pl Mojo::DOM::val is deprecated :( 2014-11-14 10:42:21 -07:00
update.sh Run update.sh, add r-base user-feedback override 2014-12-02 14:19:27 -08:00
user-feedback.md Add crate +logo, allow custom user-feedback section 2014-10-16 16:28:28 -06:00

README.md

What is this?

This repository contains the docs for each of the Docker official images. See docker-library/official-images for the configuration how the images are built. To see all of the official images go to the hub.

How do I add a new image's docs

  • create a folder for my image: mkdir myimage
  • create a README-short.txt (required, 100 char max)
  • create a content.md (required, 80 col wrap)
  • create a license.md (required, 80 col wrap)
  • add a logo.png (recommended)
  • edit update.sh as needed (see below)
  • run ./update.sh myimage to generate myimage/README.md

What are all these files?

update.sh

This is the main script used to generate the README.md files for each image. The generated file is committed along with the files used to generate it (see below on what customizations are available). When a new image is added that is not under the docker-library namespace on GitHub, a new entry must be added to the otherRepos array in this script. Accepted arguments are which image(s) you want to update and no arguments to update all of them.

push.pl

This is used by us to push the actual content of the READMEs to the Docker Hub as special access is required to modify the Hub description contents.

This script is used by update.sh to create the "Supported tags and respective Dockerfile links" section of each generated README.md from the information in the official-images library/ manifests.

generate-repo-stub-readme.sh

This is used to generate a simple README.md to put in the image's repo. Argument is the name of the image, like golang and it then outputs the readme to standard out.

README-template.md and user-feedback.md

These files are the templates used in building the <image name>/README.md file, in combination with the individual image's files.

folder <image name>

This is where all the partial and generated files for a given image reside, (ex: golang/).

<image name>/README.md

This file is generated using update.sh.

<image name>/content.md

This file contains the main content of your readme. The basic parts you should have are a "What Is" section and a "How To" section. See the doc on Official Repos for more information on long description. The issues and contribution section is generated by the script but can be overridden. The following is a basic layout:

# What is XYZ?

// about what the contained software is

%%LOGO%%

# How to use this image

// descriptions and examples of common use cases for the image
// make use of subsections as necessary

<image name>/README-short.txt

This is the short description for the docker hub, limited to 100 characters in a single line.

Go (golang) is a general purpose, higher-level, imperative programming language.

<image name>/logo.png

Logo for the contained software. Specifications can be found in the docs on Official Repos

<image name>/license.md

This file should contain a link to the license for the main software in the image, wrapped to 80 columns. Here is an example for golang:

View [license information](http://golang.org/LICENSE)
for the software contained in this image.

<image name>/user-feedback.md

This file is an optional override of the default user-feedback.md for those repositories with different issue and contributing policies.

<image name>/mailing-list.md

This file is snippet that gets inserted into the user feedback section to provide and extra way to get help, like a mailing list. Here is an example from the Postgres image:

on the [mailing list](http://www.postgresql.org/community/lists/subscribe/) or

Issues and Contributing

If you would like to make a new Official Image, be sure to follow the guidelines and talk to partners@docker.com.

Feel free to make a pull request for fixes and improvements to current documentation. For questions or problems on this repo come talk to us via the #docker-library IRC channel on Freenode or open up an issue.