Move content files related to Docker Engine to the /engine content
subdirectory, and update links
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
- Add release notes
- Update examples in installation section
- Align some formatting between distros in the install section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Changing the file extension for the GPG key to .asc lets apt-get know
the GPG key is in ascii armor format, no need to dearmor.
Co-authored-by: audunmg <audun@gangsto.org>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Linting was only running on a subset of our Markdown files in `content`.
This change fixes the glob path, and adds appropriate exclude paths.
Because the glob pattern was incorrect before, we had lots of files that
didn't comply with the linting rules. This commit also fixes those
issues.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* create includes and refresh engine install docs
* freshness cleanup
* simplify sentence
* remove includes and add consistent spelling for apt
* Implement feedback
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---------
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* Typo in debian.md
Leading space in console command caused "$" to be copied when clicking the copy button for the command.
* removed leading space on console commands that caused a formatting issue