Commit Graph

2276 Commits

Author SHA1 Message Date
David Scott db2bd107eb
docker scan: using an HTTP proxy (#15044)
* docker scan: using an HTTP proxy

Explain how to use an HTTP proxy in `docker scan`. It's confusing
because it doesn't use the same settings as the engine, the CLI
or Docker Desktop.

Signed-off-by: David Scott <dave.scott@docker.com>

* Update engine/scan/index.md

Clarify proxy:port as proxyAddress:port

Co-authored-by: Paweł Gronowski <me@woland.xyz>

* Update engine/scan/index.md

Capitalize PowerShell

Co-authored-by: Paweł Gronowski <me@woland.xyz>

Co-authored-by: Paweł Gronowski <me@woland.xyz>
2022-07-18 14:48:45 +01:00
CrazyMax 5088f2d82b
fix redirects
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-13 18:02:43 +02:00
Allie Sadler 38fec0d159
Engdocs 802b (#15108)
* moved install pages

* moved images

* update toc

* add redirects

* ammend page links

* fix broken links

* fix broken links

* fix broken links

* fix broken links
2022-07-13 10:41:56 +01:00
Dora Ribeiro adc61b973e
Edit to remove reference to missing image (#15069) 2022-07-08 10:09:47 +01:00
Sebastiaan van Stijn 335861479c
engine: remove CAP_PERFMON, CAP_BPF, CAP_CHECKPOINT_RESTORE from relnotes (#15050)
These capabilities were reverted in a38b96b8cd,
because the version of containerd and runc that shipped together with
docker 20.10.0 did not support them.

Current versions of containerd and runc support these, so possibly we can
include them again in a patch release, but otherwise support will come in
the next (22.06) release of docker engine.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-06 16:29:11 +01:00
Jared Boone e7be2f9381
Update ingress.md (#15068)
Minor edit
2022-07-06 11:40:30 +01:00
Fabio Guarini 0a07674d6b
doc: fix typo
Removed unnecessary 'and'
2022-06-30 22:18:16 -04:00
Usha Mandya 9403431ff7
Add Compose v2 reference (#14716)
* Add compose v2 reference
* Fix broken links
* Remove v1 compose reference files
* Remove Compose CLI completion

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-06-21 13:12:05 +02:00
Sebastiaan van Stijn e0c3f68f94
engine: add release-notes for 20.10.17 (#14891)
* engine: add release-notes for 20.10.17

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Apply suggestions from code review

* Update engine/release-notes/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-06-10 10:07:55 +00:00
Dora Ribeiro d49af6a449
ENGDOCS 711 Revisited Compose Install Page (#14838)
Revisiting Compose installation
2022-06-02 18:10:37 +01: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
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
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
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
Allie Sadler ca314e1d4e
Merge pull request #14756 from aevesdocker/ENGDOCS-697
updating linux references throughout all docs, to DD
2022-05-18 12:37:34 +01:00
Allie Sadler 52d9961df2 changes after review 2022-05-17 15:57:25 +01:00
Sebastiaan van Stijn 90ea1e782a
engine: add release notes for 20.10.16
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-17 16:40:04 +02:00
Sebastiaan van Stijn 6ed0af0f9f
Merge pull request #14713 from tnir/tnir/20.10.5
engine: fix typo in release notes for 20.10.15
2022-05-11 14:23:12 +02:00
Takuya Noguchi c02235996b Fix typo in release notes 20.10.5
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2022-05-11 04:47:44 +00:00
Sebastiaan van Stijn 67148253ba
engine: add known issues to 20.10.15 release notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-10 13:48:02 +02:00
Anca Iordache bc4fb3e636
Prepare DDL docs for GA (#14648)
* Prepare doc pages for DDL GA release

  - Add DDL screenshots

Signed-off-by: Anca Iordache <anca.iordache@docker.com>

* Menu entries for DDL

Signed-off-by: Anca Iordache <anca.iordache@docker.com>

* update installation instructions

Signed-off-by: Anca Iordache <anca.iordache@docker.com>

* Update download links

Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2022-05-06 10:12:15 +01:00
Sebastiaan van Stijn 413c02b35c
Add release notes for Engine 20.10.15
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-05 22:38:07 +02:00
Guillaume Lours e10f19f952
Apply suggestions from code review
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-04-26 17:49:51 +02:00
Guillaume Lours f95abb647a Add docker-compose-plugin package in linux distro engine installation
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-04-25 18:47:37 +02:00
Sebastiaan van Stijn 461c6935c4
fix aligning in some output examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-12 11:44:41 +02:00
Usha Mandya 1ffb53ee8c fix console output
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-04-08 20:05:56 +01:00
Sebastiaan van Stijn 2ec61594a5
Merge pull request #14510 from Mandraenke/patch-1
added misssing "driver"
2022-04-08 00:14:35 +02:00
halprin 0d79d56878
Terminate the console fix-width example for --output 2022-04-07 15:57:39 -06:00
Chris Crone 287e23b48d
Add initial SBOM docs (#14516)
* sbom: Add initial docs

Signed-off-by: Chris Crone <christopher.crone@docker.com>

* Apply suggestions from code review

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

* Apply suggestions from code review

* Update engine/sbom/index.md

Add a new section for feedback

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2022-04-07 16:00:22 +01:00
Mandraenke 0de0cf0f1d
added misssing "driver"
The example for setting the MTU on the swarm ingress network uses the wrong property:

`--opt com.docker.network.mtu=1200`

instead of

`--opt com.docker.network.driver.mtu=1200`
2022-04-06 08:40:20 +02:00
Usha Mandya 19de201738
Merge pull request #14397 from SethuMK/patch-2
missed & in the powershellcommand
2022-04-01 10:31:04 +01:00
Usha Mandya 1cf511078d Update note on DD4L beta
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-03-31 17:26:01 +01:00
Usha Mandya ab9bde9e14 Add DD4L docs to the toc
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-03-29 11:32:34 +01:00
Sebastiaan van Stijn d707cc3ec5
engine: add release notes for v20.10.14
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-24 02:00:16 +01:00
SethuMK fc92869309
missed & in the powershellcommand 2022-03-16 09:33:19 -05:00
Usha Mandya 3c3ebce224 Add codename for Ubuntu 22.04
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-03-10 18:46:37 +00:00
Sebastiaan van Stijn 8f82af9fda
engine: add release notes for 20.10.13
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-10 19:04:16 +01:00
Dan Bámíkíyá da03cff6d7
Add link to Docker Compose repo to fix reference text 2022-02-11 15:52:36 +01:00
Rahul De 0a6ef09f05
Add contajners to unofficial libs 2022-01-15 09:57:05 +00:00
Sebastiaan van Stijn eae9d83c24
engine: fix heading levels to prevent them showing in right-hand nav
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-01-11 14:05:27 +01:00
jerae-duffin 223a28062a
Merge pull request #13964 from thaJeztah/engine_20.10.12_changelog
engine: add changelog for 20.10.12
2022-01-06 11:06:19 -06:00
Sebastiaan van Stijn df6a3281b9
Add some additional redirects for old URLs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-12-20 12:37:21 +01:00
Kevin Köllmann 5bcc324688
Fixed rootlesskit binary path, mention daemon restart (#13932)
* Fixed rootlesskit binary path, mention daemon restart

`rootlesskit` lives at `/usr/bin/rootlesskit`. After setting `CAP_NET_BIND_SERVICE` capability daemon has to be restarted.

* Changed rootlesskit binary path to be dynamically resolved
2021-12-17 11:22:30 +00:00
Usha Mandya b5eb52e46a
Merge pull request #13924 from jguady/patch-1
Clarify Advanced Wordpress section
2021-12-17 11:09:43 +00:00
Usha Mandya 7b0e7b94f4 Update docker scan pages to include info on Log4J fix
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-12-15 11:42:37 +00:00
Sebastiaan van Stijn 036ac0d947
engine: add changelog for 20.10.12
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-12-13 14:32:52 +01:00