Maria Bermudez
14080c18bd
Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
...
This reverts commit af5f2fcc38 , reversing
changes made to 338b690d26 .
2018-08-29 14:47:31 -07:00
Tammy Fox
beb7383d74
fix liquid tag
2018-08-24 16:16:43 -04:00
Maria Bermudez
55d6ea8cbf
Formatting and grammar updates
...
- Update phrasing on "Manage Docker as a non-root user"
- Make "Docker daemon" usage consistent
- Update systemd vs daemon.json formatting
2018-08-23 16:35:55 -07:00
David Yu
0047eb5a88
Update rhel.md
2018-08-09 16:26:13 -07:00
David Yu
96bced67ba
Changing RHEL version requirements
...
Removing RHEL 7.2 to 7.x requirements
2018-08-09 16:14:06 -07:00
amaddio
bbb31d4b6c
Update ubuntu.md
...
Same here. The newer `docker container run` command should be used instead of the future obsolete `docker run` command, right?
2018-08-02 16:48:30 +02:00
amaddio
17e515f690
Update ubuntu.md
...
Updated the old `docker run` command with the new sub command style `docker container run`.
2018-08-02 16:43:46 +02:00
Alex Seymour
b3ea302bb2
Fix SLES gpg url
...
The gpg key is in the top level directory for each distribution, using "${DOCKER_EE_URL}/sles/gpg" will attempt to load the gpg key from within the 12.3/<architecture>/<version>/ subdirectory, because of how DOCKER_EE_URL is set before.
2018-07-27 09:59:25 +02:00
Derrick Miller
2cb3fadb3b
Update suse.md
...
In the **Install using the repository** section, the GPG implied location was identified as `<DOCKER-EE-URL>/sles/12.3/<ARCHITECTURE>/stable-<VERSION>/sles/gpg` which does not exist. The correct location is `<DOCKER-EE-URL>/sles/gpg`. I introduce a second variable here called `DOCKER_EE_BASE_URL` which will be used to distinguish between the root level of the directory and aid in correctly locating the gpg key for the `rpm --import` command.
2018-07-26 09:49:07 -04:00
Joao Fernandes
77e3aebdb2
Update install instructions for SLES
2018-06-27 20:10:15 -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
Sebastiaan van Stijn
deff3e37b2
Add Ubuntu Bionic and Fedora 28 ( #6920 )
...
The stable channel now has packages for
Ubuntu Bionic (18.04) and Fedora 28
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-06-21 10:11:55 -07:00
Hannah Agee
62f90368df
Update centos.md
2018-06-20 12:04:08 -04:00
Sebastiaan van Stijn
c07c21e501
Describe that Ubuntu Bionic is supported on edge
2018-06-14 14:57:29 -07:00
Ryan Moore
6fecf0d5f9
Update linux-postinstall.md
...
typo
2018-06-14 14:22:48 -07:00
Nathan Jones
8635c2afdf
Fixed issues with Configure where the Docker daemon listens for conne… ( #6391 )
2018-06-11 16:11:24 -07:00
Vimal Raghubir
fdc4d64af1
Fixed Power PC inaccuracy
2018-06-04 18:24:24 -04:00
Gwendolynne Barr
554cca29c0
Repair SELinux typo ( #6796 )
2018-06-01 09:17:48 -07:00
Gwendolynne Barr
5a6132847e
Simplify language
2018-05-25 09:40:11 -07:00
Giovanne Afonso
0468b532c5
Update instructions to install specific version
...
Issue #6758
2018-05-25 09:40:11 -07:00
Joao Fernandes
3cd6cdc53b
Refactor CE vs EE
2018-05-02 13:56:17 -07:00
muxator
e411300bf3
Mention btrfs storage driver for Docker CE
...
Docker CE supports btrfs storage driver on Ubuntu, and Docker EE supports it on SLES.
Mention it in the documentation.
2018-04-14 12:39:16 +02:00
Gwendolynne Barr
3a08079a03
Remove references to production; Clean text phase 1 ( #6374 )
2018-04-04 16:37:46 -07:00
Gwendolynne Barr
672fd04b8c
Address ppc64le PRs; Clean up EE install pages ( #6363 )
2018-04-04 16:31:49 -07:00
ksabhnan
eec7887351
Update centos.md ( #6300 )
...
* Update centos.md
Text doesnt match version from command output
* Update centos.md
2018-04-02 09:55:31 -07:00
Bhavin Gandhi
9b064485e8
Fix typo in suse.md ( #6261 )
2018-03-19 13:56:41 -07:00
Joseph Koblitz
c330579224
Removed unsupported debian-based os
2018-03-13 15:50:45 -07:00
Joseph Koblitz
595616145a
Issue fix #6163
...
https://github.com/docker/docker.github.io/issues/6163
Added additional documentation for non-official debian-based operating systems.
2018-03-13 15:50:45 -07:00
Yonghwan SO
5c8b79ba61
Fixed typo and duplicated block on wrong place.
...
Typo on install/linux/docker-ce/ubuntu.md: EE --> CE
Duplicated block on install/linux/docker-ee/ubuntu.md
2018-03-09 10:57:18 -08:00
Jan Trejbal
30e139f4a8
Fix filename check-config.sh
2018-03-07 15:25:48 -08:00
Gwendolynne Barr
dfd43c048a
Update debian.md
...
Add `arm64` to other parts of the page.
2018-03-03 14:29:43 -08: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
Sebastiaan van Stijn
fee069375e
Add more packages to uninstall before installation ( #6092 )
...
The CentOS, Red Hat, and Fedora package-repositories contain
several versions of the docker package. Some of those were
missing from the list of packages to uninstall, and could
conflict with the docker-ce/docker-ee package.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-02-28 10:15:18 -08:00
gidder
53722c4679
add info about arm64 repo
2018-02-11 10:06:59 +01:00
gbarr01
be8fd5413d
Update packaging changes per 5844
2018-02-08 13:54:12 -08:00
Andy Clemenko
423a614511
Clarify overlay2 support in Docker EE RHEL / CentOS ( #5817 )
2018-02-08 13:48:55 -08:00
Misty Stanley-Jones
d1e461afd3
Add back instructions for listening on multiple interfaces in systemd
2018-02-07 11:31:02 -08:00
Misty Stanley-Jones
28ccac2318
Correct a small error in Ubuntu EE doc ( #5896 )
2018-02-01 15:59:12 -08:00
Misty Stanley-Jones
f56b64516c
Add redirect for debian ( #5841 )
2018-01-26 16:26:56 -08:00
Misty Stanley-Jones
9dfece1e89
Fix redirect loop on Debian install page ( #5839 )
2018-01-26 13:50:59 -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