diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/README.md b/README.md index d565b279b7..c538fa1ce5 100644 --- a/README.md +++ b/README.md @@ -136,23 +136,23 @@ You have three options: docker-compose down ``` -2. Use Jekyll directly. +2. Use Jekyll directly. a. Clone this repo by running: ```bash git clone https://github.com/docker/docker.github.io.git ``` - + b. Install Ruby 2.3 or later as described in [Installing Ruby] (https://www.ruby-lang.org/en/documentation/installation/). - + c. Install Bundler: ```bash gem install bundler ``` - + d. If you use Ubuntu, install packages required for the Nokogiri HTML parser: @@ -165,7 +165,7 @@ You have three options: ```bash bundle install ``` - + >**Note**: You may have to install some packages manually. f. Change the directory to `docker.github.io`. @@ -203,12 +203,43 @@ guidance about grammar, syntax, formatting, styling, language, or tone. If something isn't clear in the guide, please submit an issue to let us know or submit a pull request to help us improve it. -### Generate the man pages +### Per-page front-matter -For information on generating man pages (short for manual page), see the README.md -document in [the man page directory](https://github.com/docker/docker/tree/master/man) -in this project. +The front-matter of a given page is in a section at the top of the Markdown +file that starts and ends with three hyphens. It includes YAML content. The +following keys are supported. The title, description, and keywords are required. + +| Key | Required | Description | +|------------------------|-----------|-----------------------------------------| +| title | yes | The page title. This is added to the HTML output as a `
Stable channel | +Beta channel | |
---|---|---|
This deployment is fully baked and tested, and comes with the latest GA version of Docker Engine. This is the best channel to use if you want a reliable platform to work with. These releases follow a version schedule with a longer lead time than the betas, synched with Docker Engine releases and hotfixes. + | The stable deployment is fully baked and tested, and comes with the latest GA version of Docker Engine. This is the best channel to use if you want a reliable platform to work with. These releases follow a version schedule with a longer lead time than the betas, synched with Docker Engine releases and hotfixes. |
+ The beta deployment offers cutting edge features and comes with the experimental version of Docker Engine, described in the Docker Experimental Features README on GitHub. This is the best channel to use if you want to experiment with features under development, and can weather some instability and bugs. This channel is a continuation of the beta program, where you can provide feedback as the apps evolve. Releases are typically more frequent than for stable, often one or more per month. We collect usage data on betas across the board. |
+ | {{azure_blue_latest}} | ++ {{azure_blue_edge}} + |
Policy | -Result | -
---|---|
no | -- Do not automatically restart the container when it exits. This is the - default. - | -
- - on-failure[:max-retries] - - | -- Restart only if the container exits with a non-zero exit status. - Optionally, limit the number of restart retries the Docker - daemon attempts. - | -
always | -- Always restart the container regardless of the exit status. - When you specify always, the Docker daemon will try to restart - the container indefinitely. The container will also always start - on daemon startup, regardless of the current state of the container. - | -
unless-stopped | -- Always restart the container regardless of the exit status, but - do not start it on daemon startup if the container has been put - to a stopped state before. - | -
Nickname | -The short name you want to be known as on IRC chat channels. | -
Channels | -#docker |
-
reCAPTCHA | -Use the value provided. | -
accesskey
secretkey