Commit Graph

125 Commits

Author SHA1 Message Date
Misty Stanley-Jones 878670c252 Add instructions for Wheezy to remove the deb-src repo (#2422) 2017-03-28 08:51:39 -07:00
Andrew Hsu ff26006b5c fix instructions for ubuntu to look for deb files (#2507)
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2017-03-27 17:12:04 -07:00
Misty Stanley-Jones 269d8e14fb Fix incorrect installation paths for package-based installs (#2479)
Additional edits for consistency
2017-03-27 16:37:57 -07:00
Sava Gerov 8481cacd3e Add info about check-config.sh (#2106) 2017-03-14 17:11:34 -07:00
John Mulhausen 1127efaa78 Update ubuntu.md 2017-03-09 17:36:37 -08:00
Misty Stanley-Jones d8e65c68b5 Fix repo paths in SLES instructions 2017-03-08 10:20:00 -08:00
Misty Stanley-Jones a1ed9bd5db Merge pull request #2074 from Djelibeybi/patch-1
Update upstream package names
2017-03-07 15:36:31 -08:00
Ivan Ivanov 4e09a4ab2b 2 small changes (#2091)
"(indicated by the stretch suffix on the version, in this example)"
The example uses jessie, not stretch.

"change the word stable in the > URL to edge"
I do not know why this character ">" appeared, maybe it is a mistake and I have removed it?
2017-03-03 12:15:05 -08:00
Ivan Ivanov 02f2717eed 3 typo changes (#2093)
```bash
    sudo nano /etc/docker/daemon.json
    ```
Here a $ sign is missing and the command in the web site appears as "bash sudo nano /etc/docker/daemon.json", which is not correct. It shoud look like: "$ sudo nano /etc/docker/daemon.json".

"which is 2375 if you do not use TLS, and 2376 if you do."
On all other lines the ports are in backquotes, so I have added backquotes here also.

"In this case, steps 3 and 4."
Missing verb like "repeat", I have added it.
2017-03-03 12:09:25 -08:00
Avi Miller 6ee54bab0f Update upstream package names
Oracle Linux never shipped the upstream (RHEL) Docker packages but did ship `docker-engine-selinux` which would need to be removed.

Though, given the new Docker EE/CE naming convention, yum would just replace any existing `docker-engine` and `docker-engine-selinux` packages anyway.
2017-03-03 09:51:46 +11:00
Misty Stanley-Jones ef93f3ecd2 Merge pull request #2068 from mstanleyjones/fix_matrix
Fix platform matrix table
2017-03-02 12:53:19 -08:00
Misty Stanley-Jones aef34f101c Fix platform matrix table 2017-03-02 12:22:31 -08:00
Paul V. Novarese 668629441f s/Ubuntu/CentOS/ (#2057) 2017-03-02 11:54:56 -08:00
Misty Stanley-Jones cc4d70cf78 Fix yum variables again 2017-03-02 08:36:46 -08:00
Misty Stanley-Jones 8f3267b9b0 Correction to Yum variable 2017-03-02 06:53:44 -08:00
Misty Stanley-Jones 3108d86b6d Docker 17.03 release (#2050)
* First pass of tabs-based organization

* Improvements

* Second pass at tabs org

* Move tab highlighting to Liquid instead of JS

* Adding forwarding links for in-product TOCs

* Move to pre-rendered left-navs instead of post-load JS for TOC sync

* Optimizations and nosync-ing the Reference section

* Optimizations, fix Cloud YAML

* Make a "Sample applications" node

* Update index.md

* Tabs CSS fixes and 12-factor reposition

* Theme Start (#1709)

* Hooking up nav to real TOC data, formatting fixes

* Fixing JS error

* Layout updates, dark themes, tons o stuff (#1971)

* Add cookie saving for day/night mode

* Newsite tabs (#2004)

* Layout updates, dark themes, tons o stuff

* Update themes

Theme updates + scaffolding

* Update style.css

* Update style-alt.css

* Missing font fixes

* Import Open Sans from Google

* Font fix, archive removal in TOC, favicon, Feedback img fix

* Oops, returning -webkit-font-smoothing: antialiased;

* Add old favicon.ico

* Make archives a non-tiered link

* Reorder docs archive to newest-first, add local instructions

* Commenting out day/night switch for now

* Fix 'rate this page'

* Rate this page fixes

* Autocomplete and Docker Cloud fixes

* Open tree to current page

* Adding indentation for nav collapse in

* Ensure left nav visibly displays the current topic

* Update flex layout

- adjust rescale
- code block styles

* add focus to search

- force code block color (for now)
- increase section max-width

* increase content padding

- add padding to toc for wrapping long strings.

* grid adjustment

- grid
- content and wrapper adjustments for mobile

* left/right sidebar adjustments

- refine position on scroll for toc on landing

- add default height to compensate for upcoming position absolute
onScroll

* side bar overflow

- hidden on X-scroll

* fix version button

- override bstrap defaults

* tabs + buttons

* update landing svgs

* fix sidebar height

set to 100% on landing pre-affix

* Update blurb about engine/editions on front page

* add side menu to mobile collapse menu

* update classnames

* overall mobile tweaks

* Right-nav highlighting and auto-scroll

* Slightly slower right-nav highlighting, correct version

* add toggle menus for small devices

* Fixing JS error/Docker 1.13>17.03

* header updates

* re-add fan to header

* update transition time

* Add first 20 words to Twitter card

* fixed width of components

- lockdown elements on rescale (wil need more TLC)

* set max-width of content

* Left and right nav resizing w/footer scroll and window resize

* update links on landing page

* Fix for overzealous resizing, JS redundancies

* Fix for JS error on homepage

* JS error fixes

* toggle adjustments

- wrap toggle button

* add tab width

* version button type

* version button both headers

* tabs - fix typo

* landing page grid

* components

* Share images, JS fixes, Marketo removal

* Anchor links fix

* Fix for black space on mobile

* Restore hamburger (partial)

* Update run.md

Minor grammar cleanup.

* Update apparmor.md

I'm a little confused about which one is better to be used here, a period (.) or a colon (:),  as a command is given below. Or both are OK, and we only have to keep consistency in a single page.

* Update apparmor.md

Fixed the indentation for the codeblock (indented by 4 spaces). Thank you for your careful review.

* Replacing service with secret

* Update networking.md

fix typo with triple "m" for command word

* Update run.md

Address PR feedback.

* Update install instructions to latest version

* Added "related topics" section

* Add documentation for mem_swappiness

* Update to new Docker version scheme (#1926)

* mem_swappiness for current version and v1

* merge other changes, fix typo

* There is no OpenSuSE and there never was

though we had SuSE and S.u.S.E.

* Add release notes for 1.12.6-cs9 (#2028)

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* need sudo to access key cache (#1931)

* need sudo to access key cache

* 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>

* Update work_issue.md (#2030)

Change "re-start" to "restart". Though not included in "Prefered usages" in the documentation guide, but I think "restart" is better and used more frequently. Besides, some other docs here, such as "Keep containers alive during daemon downtime" of "Admin Guide", also use "restart".

* Update create_pr.md (#2015)

* Update work_issue.md (#2013)

Change "id" to "ID" except for those in code.

* Update set_up_dev.md (#2011)

Add periods (.) in some steps.

* Update set_up_dev.md (#2010)

Apply Oxford Comma as described in the documentation guide.

* Update create_pr.md (#2014)

Delete an extra space.

* Update trust_key_mng.md (#1883)

* Update trust_key_mng.md

* Update trust_key_mng.md

I don‘t know how the whitespace appears, and it seems that it appears because something happened related to its original format (right-aligned pipe characters) and my change. Still unknown. 

Now I've deleted some redundant whitespace.

* Update 

I don‘t know how the whitespace appears, and it seems that it appears because something happened related to its original format (right-aligned pipe characters) and my change. Still unknown. 

Now I've deleted some redundant whitespace.

* Update content_trust.md (#1912)

* Update content_trust.md

* update deprecation policy

Signed-off-by: Victor Vieux <victorvieux@gmail.com>

* Update info about how to check whether Docker is running

* Updated docs to reflect edge channel

Signed-off-by: French Ben <frenchben@docker.com>

* Updated wording for SP creation

Signed-off-by: French Ben <frenchben@docker.com>

* beta to edge, cloud features first draft

added cloud images

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Distinguish between cloud stack file and stack file

* Added EE links

Signed-off-by: French Ben <frenchben@docker.com>

* Use variables

Signed-off-by: French Ben <frenchben@docker.com>

* Replace deprecated MAINTAINER with LABEL (#1445)

Replace MAINTAINER instruction with LABEL as MAINTAINER was deprecated in https://github.com/docker/docker/pull/25466

* Updates for Docker CE and Docker EE

* Updated DDC launch button

Signed-off-by: French Ben <frenchben@docker.com>

* added Docker Cloud topics for Mac and Windows

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* d4mac, d4win stable and beta release notes for 17.03.0

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-02 05:54:49 -08:00
Misty Stanley-Jones f3cddaad80 Merge pull request #2032 from ralflang/patch-2
There is no OpenSuSE and there never was
2017-03-01 14:46:08 -08:00
Eli Flanagan 25781d61d5 need sudo to access key cache (#1931)
* need sudo to access key cache
2017-03-01 14:31:49 -08:00
Ralf Lang 9c37a97721 There is no OpenSuSE and there never was
though we had SuSE and S.u.S.E.
2017-03-01 15:07:20 +01:00
Misty Stanley-Jones f1c74e8793 Fix a typo
Just missing a word.
2017-02-22 13:42:48 -08:00
Avi Miller 828e6212ce Updating the Oracle Linux installation documentation (#1922)
* Updated Oracle Linux instructions

* Change the note about the UEK4, because it's not only required for `btrfs` support
* Added a note about the fact that Oracle also ships a supported package with the same name as upstream
* Added a note about the fact that we've already deprecated docker-engine-selinux
* Added a link to the Oracle Linux Docker User's Guide
* Fixed the GPG key section as it will not be shown during the `makecache fast` run but rather will automatically be accepted when the yum install command is run. 
* Added a note about disabling the `-y` parameter to prevent the automatic acceptance of the upstream GPG key
* Provided the specific GPG key output for better validation
* Provide context about the fact that `docker-engine` exists in the Oracle Linux addons repo as well and may appear in the results of the `yum ilst` command.
* Provide more context for the `btrfs` subvolume removal

* overlay2 is only supported on UEK4

The default RHCK (3.10) does not support overlay2.

Signed-off-by: Avi Miller <avi.miller@gmail.com>
2017-02-22 13:30:50 -08:00
Misty Stanley-Jones 0b663b1042 Merge pull request #1616 from cliffwoolley/patch-1
Fix Markdown; no need to install curl twice
2017-02-13 16:49:43 -08:00
Misty Stanley-Jones 15980561e7 Merge pull request #1618 from cheuberg/patch-1
Fix markdown error
2017-02-13 16:48:51 -08:00
Misty Stanley-Jones 141c2696c7 Fix a typo 2017-02-13 12:59:16 -08:00
cheuberg 9298767020 Fix markdown error
Previous version did not render correctly.
2017-02-12 14:54:20 +02:00
Cliff Woolley 5ad417ad37 Fix Markdown; no need to install curl twice 2017-02-11 11:28:45 -08:00
Nilz11 c1e6b41b47 Update debian.md
Fix for command
2017-02-11 15:46:05 +01:00
Misty Stanley-Jones afef955a13 Linux installation improvements (#1560) 2017-02-10 11:31:50 -08:00
Avi Miller 644ee5f294 Remove Oracle Linux issues
Neither of the documented issues are still an issue on current versions of Docker on Oracle Linux.
2017-02-09 13:44:02 +11:00
Sravan S 8b8c8e2d0c Update repository setup step for Linux Mint users (#1537)
* Update repository setup step for Linux Mint users

Add a note to remind people using distributions derived from Ubuntu(Linux Mint)
to change the ubuntu-$(lsb_release -cs) part to their parent Ubuntu release. 

The output of $(lsb_release -cs) won't necessarily be a stable Ubuntu release, it would
sometimes be something like 'rafaelia' and there could be problems in the installation
2017-02-08 17:01:27 -08:00
Sivakumar Raja a0009fbada Corrected a typo and error in docker start command (#1508)
* Corrected a typo in Fedora install instructions

* Removed the change on docker start command.

Changed the command from `sudo systemctl start docker` to `sudo systemctl docker start` as it was addressed on other PR, so leaving it to the original one.
2017-02-07 09:38:22 -08:00
Misty Stanley-Jones 6ed0295440 Merge pull request #1382 from dmonroy/patch-1
update sample output regarding package version information
2017-02-06 17:12:11 -08:00
Misty Stanley-Jones b8525d459d Merge pull request #1386 from alexlist/patch-1
software-properties-common is required for add-apt-repository
2017-02-06 17:11:15 -08:00
tradfor 4d01901e7c Added a new remove unofficial docker step (#1468)
* Added a new remove unofficial docker step
2017-02-06 17:01:44 -08:00
huangsen365 76461f517e Update centos.md (#1523)
* Update CentOS, RHEL, Fedora instructions for starting Docker
2017-02-06 16:55:29 -08:00
Misty Stanley-Jones 811aa5d54a Merge pull request #1437 from onelovelyname/patch-1
Add instructions for manual start of Docker daemon
2017-02-03 13:49:22 -08:00
Melanie Gin 752d79f3ee Add instructions for manual start of Docker daemon 2017-02-03 13:37:25 -08:00
Misty Stanley-Jones ad900b3f07 Merge pull request #1470 from JamesDrummond/patch-1
Update ubuntu.md
2017-02-02 13:30:21 -08:00
Misty Stanley-Jones 8d3145ff3b Add an automatic TOC to pages that don't have no_toc in front-matter 2017-02-01 19:49:07 -08:00
James Drummond bd3cda58b4 Update ubuntu.md
Added line `apt-get install software-properties-common` to install packages that include `add-apt-repository`.
2017-02-01 15:39:01 -06:00
Misty Stanley-Jones 18405f86c4 Remove redundant sentence fragment 2017-01-31 15:55:44 -08:00
Henryk Iwaniuk 182f8ab593 instructions do not apply to debian
debian does not have linux-image-extra-virtual  or  linux-image-extra-$(uname -r)  packages. the author might have used a debian based distribution.  debian kernels come with the aufs modules per default, no need to install extra packages.
2017-01-26 17:52:09 +01:00
Alexander List 75fd2ce7f0 software-properties-common is required for add-apt-repository
software-properties-common is not included in minimal server / cloud installs, and is required for the step "add-apt-repository" to work
2017-01-26 13:01:47 +01:00
Darwin Monroy 88d53f6c1e update sample output regarding package version information
On my ubuntu 16.04 it is shown as `1.13.0-0~ubuntu-xenial` instead of `1.13.0-0~xenial`
2017-01-25 22:41:23 -06:00
Alexey Voytenko 994f3fb9ee 'yum-config-manager' change flag to '--enable'
--set-enabled and --set-disabled changed to actual --enable and --disable. (--set-enabled may come from Fedora).
2017-01-25 13:10:03 -08:00
Misty Stanley-Jones ef95a915eb Fixing broken links
Formatting improvements along the way
2017-01-25 11:51:14 -08:00
John Mulhausen 1a214fc716 Fixed MD source rendering 2017-01-24 17:30:13 -08:00
John Mulhausen 0884ef36a5 Fixing some formatting snafus 2017-01-24 16:35:31 -08:00
John Mulhausen 38b088e051 Fixes #1317 2017-01-22 16:06:54 -08:00
Morten Hekkvang 9093e0a454 Adding a dash at the end of `apt-key add` command
The dash at the end of the `apt-key add` command is important as it will otherwise expect to read from a file, and not `stdin`
2017-01-20 14:24:46 -08:00