Commit Graph

203 Commits

Author SHA1 Message Date
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
Misty Stanley-Jones c74ac0ebd3 Update install instructions for RPM dists
Use 'makecache fast' instead of 'check-update'
Allow the repository manager to import the key instead of importing it first
2017-01-20 13:26:08 -08:00
Misty Stanley-Jones 35a80eb826 Merge pull request #1252 from thaJeztah/fix-centos-rhel-install-docs
Add yum-utils to installation instructions
2017-01-20 13:14:21 -08:00
nafg 8d18aa553e Corrections to ubuntu install docs, based on attempting to install on Wily
The apt repo layout seems wrong, it only worked after the proposed change.

Also apt-key seems to need `-` to look at stdin; otherwise I got `gpg: can't open `': No such file or directory`
2017-01-20 12:48:04 -08:00
ljmsc f39fc023c7 Update index.md (#1231)
fix link to suse instructions
2017-01-20 11:50:39 -08:00
Sebastiaan van Stijn fc7baf8aa8 disable "testing" repos by default (#1253)
The documentation describes that the "testing" repository
is disabled by default;

> Optional: Enable the testing repository. This repository
> is included in the docker.repo file above but is disabled
> by default.

However, the repo-files had the testing repo enabled.

This patch updates the repo-files to disable the
repository by default.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-01-20 11:47:25 -08:00
Misty Stanley-Jones 2f2bcbe1b2 Merge branch 'master' into patch-1 2017-01-20 09:50:52 -08:00
Misty Stanley-Jones fd3524cd3a Merge branch 'master' into use-fixed-releasever 2017-01-20 09:23:56 -08:00
Misty Stanley-Jones 4f60e41d46 Correct Ubuntu repo URL 2017-01-20 09:11:53 -08:00
Bartomeu Miró 1e26fa0775 FIX repo URL at add-apt-repository
With the past version the apt-get update results in a 403 for the docker repository when using a Jessie. Looking at the repo structure I assume that now will also work on the other Debian releases.
2017-01-20 16:14:58 +01:00
Steven Hartland 05ca25b53f Correct repository details for ubuntu install
Correct the ubuntu apt repository to use the correct form ubuntu-<codename>
2017-01-20 13:34:48 +00:00
Sebastiaan van Stijn 6e310517ef
Use fixed $releasever for CentOS / RHEL
The repo-files used in the installation instructions currently use `$releasever`
to configure the right YUM repository to use, however _Server_ releases output
the version in a different format (i.e., `7Server` instead of just `7`).

Given that we don't have separate repositories for "Server" and "Desktop" editions,
and we only support version 7, setting the repo-files to use a fixed version.

This issue was originally reported in
https://github.com/docker/docker/issues/23376

And fixed through 2b36087597, but this change
got lost during the rewrite of the installation docs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-01-20 14:13:22 +01:00
Sebastiaan van Stijn 2dfaf2c4e4
Add yum-utils to installation instructions
The yum-utils package is not installed by default
on some cloud providers, causing the
`yum-config-manager --add-repo` step to fail.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-01-20 13:59:29 +01:00
Misty Stanley-Jones 493b7b6157 Renamed SUSE.md to suse.md (#1222) 2017-01-19 23:25:14 -08:00
Misty Stanley-Jones 00d68e59ea Merge pull request #1188 from docker/linkfix-john
Link fixes and link to app tutorial
2017-01-19 12:27:37 -08:00
John Mulhausen 41587fabc1 Restructure navigation for Editions 2017-01-19 11:59:28 -08:00
Misty Stanley-Jones 988d920d36 Addressing feedback from new installation instructions (#1172)
* Address feedback for new installation instructions

* Updating the repo files for Oracle since  does not expand to only the number
2017-01-19 11:27:37 -08:00
Misty Stanley-Jones 7734148070 Fix typo in Oracle install instructions 2017-01-19 11:27:36 -08:00
Misty Stanley-Jones 50e75ff936 Rewrite and reorganize Linux install instructions
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2017-01-19 11:27:32 -08:00
John Mulhausen 50de4479a1 Restructure navigation for Editions 2017-01-19 11:04:55 -08:00
Sebastiaan van Stijn 45a19ec8f3 Add Ubuntu 16.10 Yakkety Yak
Support for Ubuntu 16.10 was added in
https://github.com/docker/docker/pull/27993
(27beb64d46)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-01-19 10:16:51 -08:00
Sebastiaan van Stijn 8f8b4a25fe Remove Ubuntu 15.10 Wily Werewolf
As of July 28, 2016, Ubuntu 15.10 is officially EOL
(https://lists.ubuntu.com/archives/ubuntu-announce/2016-July/000210.html),
and will receive no further updates.

Support for 15.10 was removed in Docker 1.13 through
https://github.com/docker/docker/pull/27042

(e9a8105708)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-01-19 10:16:51 -08:00
Sebastiaan van Stijn c15d1f50c8 Remove Fedora 22 as it's EOL
https://fedoramagazine.org/fedora-22-end-of-life-2016-july/

With the recent release of Fedora 24, Fedora 22 will officially enter End Of
Life (EOL) status on July 19th, 2016. After July 19th, all packages in the
Fedora 22 repositories will no longer receive security, bugfix, or enhancement
updates, and no new packages will be added to the Fedora 22 collection.

Upgrading to Fedora 23 or Fedora 24 before July 19th 2016 is highly recommended
for all users still running Fedora 22.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-01-19 10:12:40 -08:00
Misty Stanley-Jones e3a3145cd9 Sync vnext-engine branch to docker/docker SHA 2f12d2808464dcfdf45e0920fd508ce0ff12bd29
This branch will contain forward-looking Engine-specific docs
and be the equivalent of docker/docker master for docs
2017-01-19 10:10:15 -08:00
Misty Stanley-Jones adf2b60dba Revert "Restart the docker daemon after group changes" 2017-01-18 15:31:31 -08:00
Stephen Connolly 0fc81342e4 Restart the docker daemon after group changes
Otherwise the verification step won't work.
2017-01-18 09:28:13 +00:00
Misty Stanley-Jones 6dc089e6f0 Merge pull request #1099 from sathieu/debian-sudo
Always use sudo on Debian installation
2017-01-13 10:43:26 -08:00
Kun Ren 9afc52cfda Add alternative keyservers due to #13555 (#1048) 2017-01-12 18:57:47 -08:00
Mathieu Parent 3b50331c97 Always use sudo on Debian installation 2017-01-12 09:45:01 +01:00
Donovan Jones d143fa4dc7 Remove duplicate 'for details'
Remove duplicate 'for details' in Docker Daemon Attack Surface line.
2017-01-07 10:53:03 +13:00
Luke Nimtz 7a5c3dd1a2 docker upgrade command fix (#1044)
`apt-get upgrade` doesn't take an argument. To upgrade docker specifically would require `apt-get install docker-engine`.
2017-01-06 04:20:57 -08:00
alberto b80e160d0c Typo in ubuntulinux.md (#1041) 2017-01-06 04:16:44 -08:00
John Mulhausen 01eac74edc Update ubuntulinux.md 2016-12-31 09:57:42 -08:00
Misty Stanley-Jones 7b1f2901f7 Merge pull request #984 from StefanScherer/fix-raspbian-hello-world-example
Use armhf/hello-world for Raspbian tutorial
2016-12-29 14:34:01 -08:00
Adrien Duermael f9dad1a6ec fixed absolute link in engin/installation/binaries
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-27 10:44:36 -08:00
Stefan Scherer 68ca2792ea
Use armhf/hello-world for Raspbian tutorial
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
2016-12-26 23:02:58 +01:00
Peter Dave Hello 5919563eb8 Lossless Image optimization (#959)
* re-compress jpg images losslessly using jpegoptim

* re-compress png images losslessly using zopflipng
2016-12-21 11:12:13 -08:00
Misty Stanley-Jones 33701c8bef Fix the command to add the Docker key on Debian 2016-12-19 15:32:01 -08:00
Misty Stanley-Jones f482d36a06 Merge pull request #846 from lslezak/patch-1
Update SUSE.md
2016-12-19 14:17:56 -08:00
Misty Stanley-Jones 1ff39d12f0 Remove links to non-existent anchors (#892) 2016-12-15 17:54:51 -08:00
Adrien Duermael 94c80bece5 fixed absolute links (#883)
* fixed absolute links

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* forgot one link in opensource/kitematic/set_up_dev

Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-14 14:10:46 -08:00
solotech 4667b5f7f2 Update ubuntulinux.md (#877) 2016-12-13 17:02:25 -08:00
Ladislav Slezák 0e914e1620 Update SUSE.md
Move the note out of the block with the command to execute, it's a separate text.
2016-12-11 13:47:37 +01:00
Warren Harper 3b037ebd91 Move groupadd docker to it's own line (#827)
Move the ```Create the `docker` group.``` example to its own line.
2016-12-08 11:47:42 -08:00
Misty Stanley-Jones 3f24caf640 Merge pull request #764 from mstanleyjones/revamp_binary_install
Revamp the binary install guide
2016-12-08 09:38:09 -08:00
Blake Patton bc41b7435a Broken anchor tag (#796)
The install link was broken, so I updated it to the appropriate already existing ID.
2016-12-06 16:46:01 -08:00
Adrien Duermael 50ee158a65 CI - added test for keywords in markdown frontmatters (#805)
* added test for keywords

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed keywords in some md files for tests to pass

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed keywords in /datacenter

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* tests/Dockerfile: no need to add git

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* tests/Dockerfile: changed maintainer

Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-06 16:45:11 -08:00
Victoria Bialas 3b1624abd0 Update ubuntulinux.md
Fixed code block that wasn't formatted properly
2016-12-02 12:18:07 -08:00
Misty Stanley-Jones 3f96d48075 Revamp the binary install guide 2016-12-02 09:28:34 -08:00
MiaoYanqiang 43c4656ae6 update uninstall instructions of centos and fix a bad format (#767)
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
2016-12-02 00:46:03 -08:00
Misty Stanley-Jones 2f9417d219 Merge pull request #292 from emalloy/patch-1
Update debian.md
2016-11-30 17:54:47 -08:00
em 9801b2d8d8 Update debian.md
Add gnupg2, required for `apt-key` invocation
2016-11-29 17:35:44 -05:00
Andrew Hsu faf64b79f6 revert yakkety addition for now
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2016-11-29 10:53:43 -08:00
John Mulhausen 526a9b90ab Fixing merge conflict 2016-11-28 14:59:56 -08:00
John Mulhausen 70617e697b Adding Yakkety to opening list 2016-11-28 14:58:10 -08:00
John Mulhausen 2f817e465b Fix merge conflicts 2016-11-28 14:44:22 -08:00
Sebastiaan van Stijn 4364535cfc Merge pull request #640 from mstanleyjones/203_dns_server_ubuntu
Rewrites to Ubuntu installation
2016-11-24 01:44:22 +01:00
Misty Stanley-Jones 718296c37d Rewrites to Ubuntu installation
Fixes #203
2016-11-23 16:11:57 -08:00
Srikar b9e40eb629 Updated the link text to "the instructions for installing Docker on Ubuntu" 2016-11-22 16:42:18 +05:30
Srikar b356a0b20a Updated the URL syntax in mark down at line 73 2016-11-22 13:04:46 +05:30
Magnus Lyckå 2f565d6327 Change apt-key keyserver URL
Changed keyserver URL for apt-key to hkp://ha.pool.sks-keyservers.net:80 as it is when you install with the get.docker.com script.
The old URL hkp://p80.pool.sks-keyservers.net:80 caused an error about "gnutls_handshake() failed" on apt update.
2016-11-16 16:17:14 +01:00
Stefan Wüthrich 8c2a09e5e6 Update ubuntulinux.md
Adding Yakkety Deb
2016-11-15 06:43:02 +01:00
Gaetan a5e01e1844 fix type of keywords entry in frontmatter (in /engine/) (#552)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:45:24 -08:00
Sebastiaan van Stijn db153d8d2f
Revert "remove ubuntu wily 15.10"
This reverts the changes made in
https://github.com/docker/docker.github.io/pull/35 (300486bd77)

Support for unbuntu 15.10 is removed in
Docker 1.13, but still available in Docker 1.12

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-11-09 14:12:59 +01: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
Misty Stanley-Jones 33d3d067d0 Revert "fix some frontmatter keywords values" 2016-11-04 13:30:04 -07:00
Kenfe-Mickael Laventure 1183c2d428 Add installation instructions for rapsbian-jessie
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
2016-11-04 11:44:00 -07:00
Misty Stanley-Jones 13ddc1350e Merge pull request #437 from gdevillele/fix_keywords_format
fix some frontmatter keywords values
2016-11-04 10:50:53 -07:00
Gaetan 8bb4d6226a fix more frontmatter keywords values (#439)
* fix format of frontmatter keyword entry in some .md files

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-04 10:48:38 -07:00
Gaetan de Villele 7a11f05943 fix some frontmatter keywords values
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-03 10:22:12 -07:00
Adrien Duermael 8fa5f3a5de absolute links to docs.docker.com are now relative links
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-11-01 17:01:41 -07:00
Sam Cater 345d1b609d Update centos.md
I've added in the '--rm' argument to the 'script method' and to the 'add your user to docker group' examples to match the first instruction. Purely a consistency thing, and so new users can appreciate not having a few hello-world containers spawned. Ta.
2016-10-30 23:03:07 +00:00
Sebastian C. Bürgel ef63167608 updated keyserver
As pointed out in the issue https://github.com/docker/docker/issues/24493#issuecomment-231752995 the keyserver seems to have changed. Otherwise the installer breaks.
2016-10-29 15:06:30 +02:00
John Mulhausen e0760748dc Fix for #290 2016-10-24 18:50:01 -07:00
John Mulhausen 25342006d9 Merge pull request #302 from krerkkiat/patch-1
Update archlinux.md so it renders section title correctly
2016-10-22 13:27:28 -07:00
John Mulhausen 802121e482 Merge pull request #309 from dgvigil/master
Moving sudo command after echo pipe for Ubuntu install
2016-10-22 13:25:47 -07:00
Vigil 8341768fd7 fix: Moving sudo command after echo pipe 2016-10-21 15:11:23 -06:00
Krerkkiat Chusap 13e5fa3629 Update archlinux.md
Add newline before the Uninstallation section since it is displayed as the raw text (## Uninstallation) on the website.
2016-10-21 00:33:03 -04:00
John Mulhausen 8b0e8bd12f Fix for issue #273 2016-10-19 10:41:34 -07:00
Misty Stanley-Jones a8ab9ee8fb Fix markdown error introduced in #261
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-10-19 09:29:24 -07:00
Sebastiaan van Stijn f40170a796 Merge pull request #261 from mstanleyjones/167_clarify_apt_repo
Clarify how to verify the APT source
2016-10-18 18:03:16 -07:00
Misty Stanley-Jones b0c831bd0b Clarify how to verify the APT source
Fixes #167

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-10-18 15:40:33 -07:00
Danny Garcia 543f7ca548 Correct YAML frontmatter to reflect deprecation of boot2docker 2016-10-18 18:39:06 -04:00
Misty Stanley-Jones 01910ab6d9 Update branding for macOS
Apple has changed their branding guidelines from 'OS X' to 'macOS'
so we should update ours to be within trademark / branding
guidelines. See http://www.apple.com/macos/sierra/

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-10-18 09:21:09 -07:00
John Mulhausen 9ee229caca Update index.md 2016-10-11 01:02:07 -07:00
John Mulhausen aab444d99b Update cloud-ex-machine-ocean.md 2016-10-07 12:51:16 -07:00
Andrew Starr-Bochicchio 3f7a061d99 Fix broken images in DigitalOcean examples. Closes: #118 2016-10-07 14:55:06 -04:00
John Mulhausen bb83c5f605 Update rhel.md 2016-10-04 15:24:14 -07:00
Victoria Bialas 300486bd77 removed ubuntu wily 15.10 references in install docs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-10-04 12:37:39 -07:00
John Mulhausen a0ee6c6004 Rendering fixes, part 1 (up through cs-engine) 2016-09-30 19:38:30 -07:00
John Mulhausen 066b78bf86 Content rendering fixes 2016-09-30 01:51:56 -07:00
Misty Stanley-Jones d53c6798c9 Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
Misty Stanley-Jones 9d5e59d503 Moved engine imported docs to the engine subdirectory 2016-09-29 11:19:31 -07:00