Commit Graph

64 Commits

Author SHA1 Message Date
Bill a3a7ae1e0b replaced docker/docker with moby/moby (#2879)
* replaced docker/docker with moby/moby

* fixed incorrect name changes in release notes

* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
Bhavin Gandhi c79c8fa17e Fix the typo in link (#2835) 2017-04-18 13:17:45 -05:00
Misty Stanley-Jones 7d517699e9 Update CS Engine redirects (#2762) 2017-04-13 10:37:21 -07:00
Misty Stanley-Jones 27bc66e009 Improvements to SLES install and BTRFS (#2618) 2017-04-04 14:09:29 -07:00
Brian Goff 1f7c236b90 Add 1.13.1-cs3 release notes
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-03-31 14:52:01 -07:00
Misty Stanley-Jones 669b51a889 Fix broken links (#2521) 2017-03-28 16:42:44 -07:00
Joao Fernandes e33ddb120e Remove duplicate header (#2352)
Fixes #2189
2017-03-16 11:35:00 -07:00
Wang Jie 43444e9bdf Update index.md (#2219)
* Update index.md

The same as #2187 and #2188.
2017-03-15 16:06:18 -07:00
Misty Stanley-Jones fb7c73908b Update the styleguide (#2332)
* Update the styleguide

Also normalize admonition titles with the colon outside the bold.
2017-03-15 09:46:30 -07:00
Matt Bentley 4399f6a835 Fix devicemapper link for 1.13 docs (#2230)
* Fix devicemapper link for 1.13 docs
2017-03-09 16:45:00 -08:00
Wang Jie 41678467cd Update prior-release-notes.md (#2220)
Add code style.
2017-03-09 15:55:44 -08:00
Matt Bentley 0ab4e60a91 Fix broken link for devicemapper setup in 1.12 (#2229) 2017-03-09 14:53:46 -08:00
Matt Bentley 53dd48b5c2 Fix broken anchors for docs for different distros (#2231) 2017-03-09 14:52:51 -08:00
Wang Jie ac97886c72 Update index.md (#2188) 2017-03-08 14:27:42 -08:00
Wang Jie 61373a171b Update index.md (#2187) 2017-03-08 12:07:00 -08:00
Wang Jie 792a0c9bd7 Update release-notes.md (#2190) 2017-03-08 12:04:54 -08:00
Brian Goff c392e6736c Add release notes for cs-engine 1.12.6-cs10
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-03-06 14:31:23 -05:00
Brian Goff d105d415bd List other keyservers to try for cs-engine install (#2033)
* List other keyservers to try for cs-engine install

Sometimes ha.pool.sks-keyservers.net goes down, so let's provide some
other keyservers to try in such cases.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-03-01 14:49:04 -08:00
Brian Goff 927f1c5c34 Add release notes for 1.12.6-cs9 (#2028)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-03-01 12:53:41 -08:00
Misty Stanley-Jones 154d4e374e Add CS Engine package links and offline install instructions 2017-02-27 10:38:01 -08:00
Brian Goff eeed83599c Add release notes for cs-engine 1.13.1-cs2 (#1954)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-02-23 15:18:40 -08:00
Brian Kaufman c1c54ed1dc RHEL version support (#1833)
RHEL up to version 7.2 is mentioned as supported in the "follow these instructions to install CS.." section however in the "Install on Centos & RHEL section RHEL 7.3 instructions are given
2017-02-17 17:31:17 -08:00
Victoria Bialas d2ececd581 Moving re-directs to latest version of these docs (#1789) 2017-02-16 18:10:46 -08:00
Victoria Bialas b9b24bd58e Merge pull request #1790 from docker/londoncalling-patch-2
move redirects from older install page to here
2017-02-16 18:07:22 -08:00
Parker Moore d427320f62 remove duplicate array in redirect_from for cs-engine 1.12 prior release notes (#1705)
Fixes the following error:

  Liquid Exception: undefined method `end_with?' for ["/cs-engine/release-notes/prior-release-notes/"]:Array in 404.md
bundler: failed to load command: jekyll (/Users/parkr/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bin/jekyll)
NoMethodError: undefined method `end_with?' for ["/cs-engine/release-notes/prior-release-notes/"]:Array
  /Users/parkr/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/jekyll-3.3.1/lib/jekyll/renderer.rb:202:in `permalink_ext'
2017-02-16 18:00:40 -08:00
Victoria Bialas 395b20b2e0 move redirects from older install page to here 2017-02-16 16:32:22 -08:00
Jeff Anderson d9014406af differentiate trusty and xenial in this step 2017-02-13 13:52:23 -07:00
Joao Fernandes 71571d0db4 Update cse 1.13 2017-02-10 11:51:22 -08:00
Ying Li a1a1f93345 Fix the 1.13.1-cs1 release notes to include changes from 1.13 and 1.13.1 (#1582)
* Update the 1.13.1-cs1 release notes to include changes from 1.13 and 1.13.1, and
remove the "Beta" modifier from the CS-engine 1.13 section.

Signed-off-by: cyli <ying.li@docker.com>
2017-02-09 14:31:23 -08:00
Brian Goff 1cc05949b8 Add release notes for cs-engine 1.12.6-cs8 (#1563)
* Add release notes for cs-engine 1.12.6-cs8

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-02-09 10:30:14 -08:00
Joao Fernandes 4142b8ffce Update cs engine release notes 2017-02-09 09:30:47 -08:00
Brian Goff 0369484cdb Tweak 1.13-cs engine install/release notes for cs1
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-02-09 11:48:51 -05:00
Joao Fernandes 14381533fa Add RHEL 7.3 2017-02-08 21:02:33 -08:00
Joao Fernandes ed842d659d Adds docs for CSE 1.13-rc1 2017-02-08 21:02:31 -08:00
Misty Stanley-Jones 9e29d0e03d Fix more broken links and images 2017-01-26 11:36:27 -08:00
Brian Goff cc5a1416b3 Add release notes for 1.11.2-cs7 (#1365)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-01-25 10:04:22 -08:00
Brian Goff cbea085dd2 Add release notes for 1.12.6-cs7
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-01-24 14:52:00 -05:00
johndmulhausen 89ea7cd2ff Fix searches not running on Enter, CS Release notes 2017-01-17 18:51:22 -08:00
Brian Goff 0c474add6e Add release notes for 1.10.3-cs4
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-01-12 19:17:29 -05:00
Brian Goff 144abc4204 Add 1.11.2-cs6 release notes
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-01-12 14:48:56 -05:00
Brian Goff 1648228182 Add cs-engine 1.12.6-cs6 release notes
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-01-12 10:11:53 -08:00
Brian Goff 3ff8e4c964 Add release notes for 1.12.5-cs
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-12-21 17:31:33 -05:00
John Mulhausen 4263edb41f Merge pull request #103 from mbentley/update-ubuntu-cs-engine-docs
Add additional package for aufs support; fixes #74
2016-11-28 13:23:25 -08:00
LRubin f7cd358d8f fix manually-generated list-toc links
for #475
2016-11-11 16:44:28 -08:00
Gaetan 01a3ba1e09 fix type of keywords entry in frontmatter (in /cs-engine/) (#554)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:48:10 -08:00
Brian Goff 5543625ba4 Add releases notes for 1.12.3-cs4
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-11-11 13:51:38 -05:00
John Mulhausen 5f38b8ee4f Merge pull request #102 from mbentley/update-cs-install-docs
Add step to configure devicemapper before starting daemon
2016-11-05 15:48:04 -07:00
Misty Stanley-Jones eb5c8670bc Change instances of alias: to redirect_from:
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-04 17:07:02 -07:00
John Mulhausen 558314bf56 Converges titles to imperative-form, front-matter based, and sentence-case (#438)
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00
Misty Stanley-Jones 1a193d749b Revert "Merge pull request #437 from gdevillele/fix_keywords_format"
This reverts commit 13ddc1350e, reversing
changes made to 7a11f05943.
2016-11-04 13:33:29 -07:00