Commit Graph

34 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 03d5b3396d
Use consistent formatting for notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-09 00:49:57 +01:00
Andrew Hsu 128b54cef8 also add docker-ee-cli to docker-ee install instructions
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2019-01-30 01:53:01 +00:00
Andrew Hsu 95c850fcb1 update install instructions of latest docker-ee to include containerd
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2019-01-30 01:29:17 +00:00
Jeffrey Morgan 5cdb36d5a1 Merge branch 'master' of github.com:docker/docker.github.io 2018-12-03 15:14:51 -05:00
Eiichi Kitagawa 78d626d551
Extra `.0` should be removed for Centos and RHEL
false: sudo yum-config-manager --enable docker-ee-stable-18.09.09
correct: sudo yum-config-manager --enable docker-ee-stable-18.09
 
I bumped into this while setting up a test env on Centos.  Did a quick test on RHEL, and I could see the same issue.
2018-11-29 12:31:46 -08:00
Jeffrey Morgan ca4ffb1ee2 Merge branch 'master' into consolidation-changes 2018-11-14 18:30:02 -05:00
Jeffrey Morgan d15739c5e7 Merge branch 'master' into consolidation-changes 2018-11-14 18:29:09 -05:00
Anne Henmi f65cd52dcf
Update ee-linux-install-reuse.md
Fixed note.
2018-11-12 14:00:27 -08:00
Anne Henmi fb2cb1ce34
Update ee-linux-install-reuse.md
Removed  "For Docker Enterprise Edition 2.1, use Docker EE Engine 18.09. Installation instructions start below the note. "
2018-11-12 13:53:20 -08:00
Anne Henmi 0ff126b7d4
Update ee-linux-install-reuse.md
Changed 18.09.ee.x to 18.09.0
2018-11-12 13:52:30 -08:00
Anne Henmi 6b75ae34ed
Update ee-linux-install-reuse.md
Fixed wording in the note and added links.
2018-11-12 08:54:12 -07:00
Anne Henmi a0274be65f
Update ee-linux-install-reuse.md 2018-11-09 10:44:32 -08:00
Anne Henmi 43a492e0fc
Update ee-linux-install-reuse.md 2018-11-09 10:39:14 -08:00
Anne Henmi 37913d2188 Updated version to 18.09 and moved a note for 18.03 engine only and 17.06 as previous versions.. 2018-11-09 10:09:47 -08:00
Derrick Miller 1880910817
Point latest engine docs to latest UCP & DTR docs
User guides section was linking to UCP 2.2 & DTR 2.4 documentation. Instead, it should be linking to the latest UCP & DTR docs.
2018-10-09 15:05:34 -04:00
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
Andrew Hsu 4b4525e040 add ol7_addons repo enable steps for oraclelinux
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2018-09-09 01:13:31 +00:00
Anne Henmi 59a9c5a8da
Update ee-linux-install-reuse.md 2018-08-27 11:35:58 -06:00
Anne Henmi 52febf8430 Punctuation fix 2018-08-27 10:02:52 -06:00
Ivan Sharamok 48cdfe0f37
extended docker engine uninstall instructions
added instructions to remove other docker related resources when uninstalling engine from linux systems:
    ```bash
    $ sudo rm -rf /run/docker
    $ sudo rm -rf /var/run/docker
    $ sudo rm -rf /etc/docker
    ```
2018-06-29 17:39:58 -07:00
Joao Fernandes df4d5ba369 Clarify install instructions for CentOS 2018-06-27 20:10:15 -07:00
Joao Fernandes dde14cad56
Engine 18.03 (#6948)
* Improve description for multiple tiers
* Update EE engine installation
* Add release notes for engine 18.03.1-ee-1
2018-06-27 14:39:23 -07:00
Vimal Raghubir a3e6d744a5 Fixed Power PC inaccuracy 2018-06-04 18:24:24 -04:00
Gwendolynne Barr 672fd04b8c
Address ppc64le PRs; Clean up EE install pages (#6363) 2018-04-04 16:31:49 -07:00
Russell Cardullo 1b9d732e46 Fix broken links to postinstall documentation
Fixes a number of links that were pointing to the wrong location
for the linux post-installation steps.
2018-03-02 13:44:45 -08:00
Misty Stanley-Jones a55ddf60a9
Move /engine/installation to /install (#5651)
* Move /engine/installation to /install

* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29:14 -08:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Misty Stanley-Jones d313d546b1 Formatting improvements for installation docs 2017-12-14 13:40:27 -08:00
Misty Stanley-Jones de1bc83b63 Add info about POWER architecture and overlay2 2017-12-14 13:40:27 -08:00
Misty Stanley-Jones 6aae2e4e84 Add pointer to latest API ref (#4897) 2017-10-16 15:04:24 -07:00
Misty Stanley-Jones b02cca86cf Standardize on site-wide variables for Docker and component versions (#4792) 2017-10-05 16:36:03 -07:00
Kirill Kolyshkin 91d5316a98 Improvements to the Fedora install instructions (#4464)
This commit improves engine installation documentation for CentOS,
RHEL, Fedora and Oracle Linux. There are a few fixes and
simplifications. In particular:

1. Fix language about when GPG keys are presented for verification
(when you install a package from a recently added repo).

2. Remove mentions of 'yum/dnf makecache fast'. Unlike Debian/Ubuntu,
which require 'apt update', with both yum and dnf, 'makecache'
is redundand. What's worse, 'dnf makecache fast' is not working
(tested on Fedora 26):

        # dnf makecache fast
        ...
        dnf makecache: error: argument timer: invalid choice: 'fast' (choose from 'timer')

3. Source repos are disabled by default, so there is no need to specify
the architecture when running `yum list docker-[ce]e`. The comment
explaining it is also removed.

4. An extra > character in the middle of the line was removed.

[v3: rebase, remove $DOCKERURL reuse hack]

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2017-10-04 16:19:25 -07:00
Misty Stanley-Jones 4641ccfc6b Give sudo access to local environment variable (#4660) 2017-09-18 15:39:21 -07:00
Misty Stanley-Jones 66681478fe Update EE and CE install instructions (#4556) 2017-09-11 16:27:02 -07:00