removed trusty from docs to match docker ce build#7894
Conversation
| > like Linux Mint, you might need to change `$(lsb_release -cs)` | ||
| > to your parent Ubuntu distribution. For example, if you are using | ||
| > `Linux Mint Rafaela`, you could use `trusty`. | ||
| > `Linux Mint Sarah`, you could use `xenial`. |
There was a problem hiding this comment.
Sarah -> Xenial:
https://linuxmint.com/download_all.php
|
Deploy preview for docsdocker ready! Built with commit 1101a94 |
1 similar comment
|
Deploy preview for docsdocker ready! Built with commit 1101a94 |
|
Deploy preview for docsdocker ready! Built with commit 75acb91 |
|
The -ee version of this may need to be changed as well and, if anyone wants, I can include that, but I don't know if -ee has the same support structure. |
thaJeztah
left a comment
There was a problem hiding this comment.
Thanks for working on this! I left some comments/suggestions below 🤗
| @@ -68,36 +67,11 @@ outlined below. | |||
|
|
|||
There was a problem hiding this comment.
In the section above, we can probably change the bullet list (because all supported Ubuntu versions are now on kernel 4 or above;
- For new installations on version 4 and higher of the Linux kernel, `overlay2`
is supported and preferred over `aufs`.
- For version 3 of the Linux kernel, `aufs` is supported because `overlay` or
`overlay2` drivers are not supported by that kernel version.Perhaps combine the first bullet with the first sentence; something like;
Docker CE on Ubuntu supports `overlay2` and `aufs` storage drivers. For new
installations, `overlay2` is the default, and preferred over `aufs`. If you
need to use `aufs`, you need to do additional preparation as outlined below.|
@ahh-docker PTAL |
For EE, we probably need to keep Trusty; Docker EE provides LTS versions of the Docker Engine, where versions 17.06, 18.03, and 18.09 are currently supported (and 17.06 and 18.03 still support being installed on Ubuntu 14.04 - see https://success.docker.com/article/compatibility-matrix) |
|
@thaJeztah PTAL. thanks! There are some merge conflicts I'm a bit hesitant to resolve since I'm not sure which is what, and if they're what you want. :) |
|
I see I did this already in |
|
@michaelnugent Thank you for your feedback! We have received and reviewed your changes. To remain consistent with existing technical specifications, we did not incorporate your suggested changes. If you have additional concerns, submit a new issue in this repository. |
Proposed changes
Removed Ubuntu Trusty (14.04 LTS) from docs since the build was removed from the docker ce code as well:
docker-archive/docker-ce@d2178be#diff-9be7b725da4b31d018cc9310c9d57ec9
This removes the need for the tab as well so I removed that structure. I also bumped the example that mentions Trusty forward to Xenial (16.04 LTS)
Unreleased project version (optional)
This applies builds of docker-ce after 18.09.0.
Related issues (optional)
Link above.