Commit Graph

58003 Commits

Author SHA1 Message Date
Dora Ribeiro 1e3ca2faa7
Merge pull request #14857 from dockertopia/ENGDOCS-736 2022-05-31 10:28:13 +01:00
dribeiro fc493ce4d0 Updating Compose Release Notes - Adding 2.6.0 2022-05-30 22:24:22 +01:00
dribeiro 1069bb28bd Updating Compose Release Notes - Adding 2.5.1 2022-05-30 18:04:32 +01:00
Adam Blasko e8b90488ac
Better wording for label unique constraints (#14836) 2022-05-30 16:53:36 +01:00
Chris Dotson f6a915fe4b
Add a note that local is a bash keyword (#14850) 2022-05-30 16:46:11 +01:00
Dora Ribeiro a836a2a127
Merge pull request #14851 from grappler/patch-1
Update code example for pre-existing network
2022-05-30 16:00:05 +01:00
Eric Shinn a08aca98fb
grammar edit (#14841) 2022-05-30 14:14:08 +01:00
Ulrich Pogson 4f3bfc3715
Update code example for pre-existing network 2022-05-30 09:58:02 +02:00
gitsno 48c1266e52
Typo (#14845)
Fix a typo "additional" misspelled.
2022-05-30 08:15:08 +01:00
Allie Sadler 4f897536c0
edited codeowner file (#14844) 2022-05-27 14:55:07 +01:00
jerae-duffin e4b806b65a
Merge pull request #14830 from jerae-duffin/ENGDOCS-721
removed note
2022-05-26 16:02:25 -05:00
Sebastiaan van Stijn a2cd3968fb
Merge pull request #14828 from thaJeztah/engine_declutter
engine: remove some redundant information
2022-05-26 00:37:03 +02:00
Sebastiaan van Stijn 4570727495
engine: remove some mentions of old Ubuntu and Engine versions
These were notes about distro versions that have been EOL for a long
time, and an old version of docker engine that's EOL as well.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-26 00:28:30 +02:00
Sebastiaan van Stijn 43d9e868b0
engine: move note about package split to 18.09 release notes
containerd, docker engine and the docker cli were split into separate
packages in the 18.09 release. We kept this note on the release-notes
for current releases, but by now it's mostly "old news", so move the
warning to the 18.09 release notes page (which was the release in which
this change was made).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-26 00:28:21 +02:00
Sebastiaan van Stijn 1b2b7b6eab
engine: remove warning about Ubuntu 16.04 "xenial" EOL
This warning has been in place for a Year, and while there's
still users running on this version of Ubuntu, it's not really
our responsibility to notify them about their distro version
being EOL.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-26 00:23:32 +02:00
Sebastiaan van Stijn 584e0c0313
engine: remove instructions for "nightly" and "test" channels
The "nightly" channel hasn't been updated for a long time, so while it's
not actively updated, we should not show instructions for it.

The "test" channel is still updated in preparation of new releases, but
including the instructions in between the regular installation procedure
introduced quite some "noise" that's irrelevant to most users (who would
be installing the "stable" channel).

This patch removes the instructions to enable the nightly and test channels
from the installation instructions.

While making these changes, I also synced somme wording between distros
for consistency, and removed a stray section about storage-drivers, as
that's already outlined in the "optional post-installation steps".

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-26 00:23:30 +02:00
Craig Osterhout ce1e88d628
Update image-access-management.md 2022-05-25 08:47:03 -07:00
Jerae Duffin edb622def6 removed note 2022-05-25 10:15:00 -05:00
Usha Mandya fca511fbcd
Merge pull request #14778 from StefanScherer/use-bind-mounts-m1
Add command for M1/arm64 users
2022-05-25 15:16:24 +01:00
Usha Mandya 252818cfbd
Update get-started/06_bind_mounts.md 2022-05-25 15:10:33 +01:00
Usha Mandya ac06689866
Merge pull request #14819 from usha-mandya/engdocs-720
Update note about the availability of DD4L
2022-05-25 15:09:37 +01:00
Usha Mandya c43befc48e Update note about the availability of DD4L
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-05-25 14:53:07 +01:00
Sebastiaan van Stijn 86d104acd6
Merge pull request #14825 from crazy-max/jekyll-4
Bump jekyll from 3.8.6 to 4.2.2 and fix rouge console lexer issue
2022-05-25 11:22:20 +02:00
Sebastiaan van Stijn 7bc4334186
Merge pull request #14826 from crazy-max/fix-crlf
fix files with CRLF control characters
2022-05-25 11:17:49 +02:00
CrazyMax f3c4a25133
fix files with CRLF control characters
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-25 07:54:32 +02:00
CrazyMax 76ab23f915
Bump ruby from 2.6.10 to 2.7.6
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-25 01:03:35 +02:00
CrazyMax 11f83cba64
Pin rouge to 3.27.0 to fix console lexer issue
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-25 00:48:24 +02:00
CrazyMax 9fe9e6c722
Bump jekyll from 3.8.6 to 4.2.2
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-25 00:38:55 +02:00
jerae-duffin 2b87d7858d
Merge pull request #14822 from jerae-duffin/ENGDOCS-723
Updated enforce authentication
2022-05-24 12:11:20 -05:00
Jerae Duffin 0ebf52f918 updated enforce authentication 2022-05-24 11:56:39 -05:00
jerae-duffin 4a95215f99
Merge pull request #14814 from jerae-duffin/ENGDOCS-622
updated RAM
2022-05-24 11:08:13 -05:00
Jerae Duffin b368b8eb39 updated content 2022-05-24 10:39:25 -05:00
Jerae Duffin aacc3e28b6 updated registry.json 2022-05-24 10:37:54 -05:00
Jerae Duffin a7449969b0 updated introduction 2022-05-24 10:15:43 -05:00
Jerae Duffin cfaff3a266 updated mac link 2022-05-24 10:05:29 -05:00
Jerae Duffin 3cf9e5ba1d updated link 2022-05-24 10:03:22 -05:00
Allie Sadler 6911bd7a14
fixed tag not being visible (#14820) 2022-05-24 15:49:48 +01:00
Jerae Duffin 6e2f117b55 updated verify restrictions 2022-05-24 08:19:50 -05:00
Sebastiaan van Stijn f99e132e82
Merge pull request #14813 from tianon/etc/apt/keyrings
Update to use "/etc/apt/keyrings" per APT maintainers recommendations
2022-05-23 20:49:11 +02:00
Jerae Duffin 4819584bc1 updated RAM 2022-05-23 13:29:25 -05:00
Tianon Gravi ec0809d448 Update to use "/etc/apt/keyrings" per APT maintainers recommendations
See https://tracker.debian.org/news/1305679/accepted-apt-240-source-into-unstable/:

    * Install an empty /etc/apt/keyrings directory.
      This directory is intended to provide an alternative to
      /usr/share/keyrings for placing keys used with signed-by.

See also https://wiki.debian.org/DebianRepository/UseThirdParty?action=diff&rev2=47&rev1=46 (which was edited following a discussion with the APT maintainers about the expected usage):

> If future updates to the key will be managed by an apt/dpkg package as recommended below, then it SHOULD be downloaded into `/usr/share/keyrings` using the same filename that will be provided by the package. If it will be managed locally , it SHOULD be downloaded into `/etc/apt/keyrings` instead.

Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2022-05-23 11:09:43 -07:00
dockertopia 65c3515e58
Merge pull request #14802 from heitorlisboa/patch-1
Markdown syntax error fix.
2022-05-23 15:35:53 +01:00
Allie Sadler c74261da19
Merge pull request #14808 from aevesdocker/dd4l-edits
Dd4l edits
2022-05-23 13:14:20 +01:00
Allie Sadler dd5bdaa562
Merge pull request #14796 from collabnix/patch-1
Update space.md
2022-05-23 08:57:48 +01:00
Heitor Lisboa aced504ad2
fix markdown error
Fixed italic marker
2022-05-22 13:41:29 -03:00
Sebastiaan van Stijn 9294453e5f
Merge pull request #14800 from crazy-max/clean-excludes
jekyll: update file exclusions
2022-05-22 09:53:17 +02:00
CrazyMax d5715be823
jekyll: update file exclusions
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-22 09:18:34 +02:00
Collabnix 38889001b7
Update space.md 2022-05-21 19:18:07 +05:30
Sebastiaan van Stijn a64edf03dd
Merge pull request #14795 from crazy-max/fix-swagger-urls
fix broken urls in swagger files for engine api
2022-05-21 09:26:09 +02:00
CrazyMax 93315b50cc
fix broken urls in swagger files for engine api
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-21 08:45:37 +02:00