Commit Graph

60137 Commits

Author SHA1 Message Date
David Karlsson 379e33b794 compose: remove incorrect statement about minor versions for v3.x
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-06-09 13:41:42 +02:00
Allie Sadler 099d41c39f
extension settings for admins (#17514) 2023-06-09 10:56:53 +01:00
Sebastiaan van Stijn 15c04a5e9a
Merge pull request #17512 from usha-mandya/roadmap-link-fix
Update the link to public roadmap
2023-06-09 11:48:58 +02:00
Usha Mandya 5db4126291 Update the link to public roadmap
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2023-06-09 10:42:52 +01:00
Allie Sadler 0035868d2b
Engdocs 1428 (#17506)
* Desktop meta descriptions

* compose meta descriptions

* checks
2023-06-09 08:39:23 +01:00
Daniel Fernandes daeb2f1980
Update index.md fixing minor typo (#17494)
Added missing word in important section on publishing ports.
2023-06-08 17:37:15 +01:00
Jan Svoboda 3792208431
Fix typo in link in file 24.0.md (#17495) 2023-06-08 17:27:09 +01:00
Allie Sadler 49e1ada490
ENGDOCS-1405 (#17481)
* ENGDOCS-1405

* add new tab in known issues md and tidy up elsewhwer

* fix build

* fix

* fix

* tidy

* build fix

* review fix
2023-06-08 10:31:51 +01:00
Chris Chinchilla 8f88e31054
Merge pull request #17498 from docker/chrisward/dashboard-settings
Add Scout repository settings section
2023-06-07 17:30:50 +02:00
Chris Chinchilla f11091c7bb
Update scout/dashboard.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-06-07 16:42:40 +02:00
Chris Chinchilla ee658b07c5
Add repository settings section
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-06-07 14:24:40 +02:00
Chris Chinchilla 8d81583dcf
Change DSO URLs (#17489)
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-06-07 09:14:23 +02:00
Chris Chinchilla f3234645a4
Add mention of standalone Scout CLI plugin (#17460)
* Add mention of standalone Scout CLI plugin

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Update scout/index.md

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

* Update scout/index.md

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

* Update scout/index.md

Co-authored-by: Christian Dupuis <cd@atomist.com>

---------

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Co-authored-by: Christian Dupuis <cd@atomist.com>
2023-06-06 07:32:23 +02:00
David Karlsson fb2f039a3b
Merge pull request #17176 from dvdksn/engine/networking-overhaul
engine/networking overhaul
2023-06-05 21:55:50 +02:00
David Karlsson 3cc39e25a0
Merge pull request #17482 from dvdksn/engine/ce-containerd-24
engine: describe how to use the c8d image store with docker-ce
2023-06-05 20:50:22 +02:00
David Karlsson 53b11a8487 engine: describe how to use the c8d image store with docker-ce
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-05 20:41:15 +02:00
Lorena Rangel 3c3bbd3abf
Release notes for 4.20.1 (#17480)
* Release notes for 4.20.1

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* reviews

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2023-06-05 17:08:22 +01:00
Craig Osterhout a0eb6dc828
Merge pull request #17469 from craig-osterhout/dd-storage-guides
Update get-started
2023-06-05 08:30:30 -07:00
Chris Chinchilla bc0851e21d
Merge pull request #17432 from ChrisChinchilla/chrisward/tag-inac
Add version note
2023-06-05 17:28:22 +02:00
David Karlsson 2be681dea9 engine: split using ipv6 into two sections
- One section for using IPv6 with custom networks
- One section for using IPv6 with the default bridge

Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-05 14:19:18 +02:00
David Karlsson eb3b3b73c6 engine: remove swarm/services mention for ipv6
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-05 14:19:18 +02:00
David Karlsson 6f66da293c engine: improve ipv6 subnet allocation examples
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-05 14:19:18 +02:00
David Karlsson 18f88f0feb engine: clarify localhost ports access on local networks
Ports published on the localhost IP are still accessible
by other systems connected to the same local network.

Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-05 14:19:18 +02:00
David Karlsson 75962c0acd engine: improve wording on the none nw driver
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-05 14:19:18 +02:00
David Karlsson 1a6be1a26b engine: networking editorial improvements and corrections
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-05 14:19:18 +02:00
Chris Chinchilla 8cc1420ddc
Merge pull request #17477 from docker/chrisward/dso-allow-list
Add scout URLs to allow list doc and tidy
2023-06-05 14:16:04 +02:00
Chris Chinchilla 04b6571ddb
Add scout URLs to allow list doc and tidy
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-06-05 14:05:50 +02:00
Allie Sadler 4070853f6e
WSL version (#17476) 2023-06-05 12:05:50 +01:00
Allie Sadler c59a4d0281
additional sign-in-info (#17465)
* additional sign-in-info

* rephrase
2023-06-05 09:36:59 +01:00
Chris Chinchilla 9d58c31820
Add version note
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-06-05 09:07:24 +02:00
Craig Osterhout 3bdca8594f
Updated get-started: storage GUI, git bash, format issues
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-06-02 09:52:41 -07:00
Chris Chinchilla ce5d465769
Merge pull request #17459 from docker/chrisward/pricing-overview
Remove Scout paid mention
2023-06-02 17:14:28 +02:00
Chris Chinchilla 9b4f41588e
Merge pull request #17461 from docker/chrisward/scan-rem
Improve Scout pages meta descriptions
2023-06-02 14:33:16 +02:00
Chris Chinchilla 65f1b64404
Improve Scout pages meta descriptions
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-06-02 12:26:19 +02:00
Chris Chinchilla e73f3593f2
Remove paid mention
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-06-01 16:57:22 +02:00
Allie Sadler 98a3a218db
ENGDOCS-1401 (#17457)
* ENGDOCS-1401

* fix link

* review fix

* review fix
2023-06-01 15:21:17 +01:00
Allie Sadler 57c931f91e
ENGDOCS-1396 (#17448) 2023-06-01 14:27:51 +01:00
David Karlsson e3ad70fb19 engine: az sort redirects
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson 98b76d843e engine: change reload to restart when updating daemon config
Co-authored-by: Rostislav Udaltsov <114897334+udaltsovra@users.noreply.github.com>
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson 81f3f03e0d engine: remove dated section on ip forwarding
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson c0b23bf570 engine: note limit on no. of containers per bridge
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson d50e03152b engine: moved iptables/fw page to networking
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson e67b18a889 engine: fix examples for the none nw driver
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson c2bb28fd38 fix: editorial improvements
Signed-off-by: David Karlsson <david.karlsson@docker.com>
Co-authored-by: Aevesdocker <aevesdocker@users.noreply.github.com>
2023-06-01 13:53:24 +02:00
David Karlsson 274d5cfa94 engine: fix instruction for turning on ipv6
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson 8da912e90e engine: external ipv6 dns server race condition
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson 8c3573f2c1 engine: describe iptables conflict with ufw
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson 8efdcadf88 chore: add ufw to vocabulary list
(and sort the list)

Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson 0125f46e97 engine: add note on name resolution with multiple nameservers
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson 44424f2ed1 engine: describe DNAT limitation of DOCKER-USER iptables chain
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00