Commit Graph

59702 Commits

Author SHA1 Message Date
David Karlsson 40be6cef18
Merge pull request #16674 from jaredbrogan/patch-1
Update chmod command in GPG Error Tip
2023-04-08 12:40:05 +02:00
Satyam Singh aff9aba0c2
Added link to the docs.docker.com text (#17056)
Added link to the docs.docker.com text which will now redirect to the docs.docker.com
2023-04-07 08:37:34 -07:00
Sebastiaan van Stijn f520162030
Merge pull request #17064 from milas/go/compose-v1-eol
redirect: add /go link for Compose v1 EOL
2023-04-07 17:04:26 +02:00
Milas Bowman b978df076b redirect: add /go link for Compose v1 EOL
Redirecting to the "Evolution of Compose" page for
the moment. We will probably adjust this page once
Compose V1 is removed from Docker Desktop in a couple
months.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-04-07 10:55:05 -04:00
Sebastiaan van Stijn 035054cb07
Merge pull request #17063 from thaJeztah/scout_early_access
scout: add consistent banners for "early access"
2023-04-07 16:43:35 +02:00
Sebastiaan van Stijn 9375c27049
scout: add consistent banners for "early access"
Docker Scout is in early access, but some parts of the documentation
(reference docs) did not contain a banner for this.

This patch:

- Changes the "note" to "early access" (just a minor improvment)
- Adds banners to all the CLI reference pages
- Adds (Early Access) in the CLI reference navigation (TOC)
- Moves the banner to an include

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-07 16:36:37 +02:00
David Karlsson 635cad319a
Merge pull request #17060 from zhangguanzhang/patch-1
Fix incorrect word
2023-04-07 08:59:33 +02:00
zhangguanzhang 4e09df06c9
Fix incorrect word 2023-04-07 14:52:10 +08:00
David Karlsson 610c23c93a
Merge pull request #17052 from neersighted/swarm_vxlan_port_security
swarm: add context to VXLAN port docs
2023-04-06 18:26:30 +02:00
David Karlsson d6efb59eda
Merge pull request #17053 from dvdksn/build/update-default-builder-note
build: clarify that buildkit is default in Docker Engine v23
2023-04-06 18:08:45 +02:00
David Karlsson 3d139d9a8f build: clarify that buildkit is default in Docker Engine v23
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-06 17:59:01 +02:00
John Bampton b3efa5a257
docs(whitespace): standardize `CMD` example commands (#17033) 2023-04-06 08:56:38 -07:00
Bjorn Neergaard 6b0c6de62e
swarm: add context to VXLAN port docs
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-04-06 09:54:10 -06:00
Chris Chinchilla 96fe0ef17a
Merge pull request #17050 from ChrisChinchilla/chrisward/volumes-fresh
Tweaks for freshness to volumes doc
2023-04-06 17:49:42 +02:00
Chris Chinchilla 1f7b8a01e3 Tweaks for freshness 2023-04-06 12:59:30 +02:00
Chris Chinchilla b745b45ad4
Merge pull request #17046 from ChrisChinchilla/chrisward/vale-sub
Make Vale substitute rule actionable in extensions
2023-04-06 10:46:36 +02:00
Chris Chinchilla 7f9f453ec1 Make Vale substitute rule actionable in extensions 2023-04-06 09:47:35 +02:00
Satyam Singh 0411616bcb
Added link to the Apache 2.0 License (#17039)
Now the Apache 2.0 License redirects to the Apache 2.0 license. It would be convenient for the user to get to the license with a single click.
2023-04-05 11:59:30 -07:00
Pratyush Mohapatra d1e5fbfc17
Update 07_multi_container.md (#17044)
* Update 07_multi_container.md

Made it much more clearer as where the docker run command was being run this time.

In this article, the commands for setting up the to-do docker network, running the mysql container and finding its IP can be run from any CWD. 

However, the docker run command here needs to be specifically run from getting-started/app directory.

* Update 07_multi_container.md

Fix: Had added a space by accident. Fixed!
2023-04-05 11:39:51 -07:00
Oliver Frolovs 25738b74b5
Update Golang section to 1.19 (PR 1 of 2) (#16867)
* Update index and build parts of Golang to v1.19

* Update Golang to 1.19 in the first of the two sample apps
2023-04-05 11:28:56 -07:00
Allie Sadler d04fccbcd4
DS-63 using WSL doesn't need to run the admin windows service (#16799) 2023-04-05 16:53:10 +01:00
Allie Sadler 5a2416947c
dd.4.18 adminless install for mac (#16852)
* dd.4.18 adminless install for mac

* edit

* updates

* updates

* fix build

* add info on updating PATH

* add info on updating PATH

* update code block

* edits from review

* edits from review and page-layout tweak

* further review edits

* fix build

* edits post review
2023-04-05 16:53:01 +01:00
Allie Sadler a989828588
DD4.18 dev velocity content (#16853)
* DD4.18 dev velocity content

* additions from review

* Update desktop/use-desktop/container.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-04-05 16:52:48 +01:00
Sebastiaan van Stijn e0642390a8
add docker init (#17016)
Manually combining the generated YAML docs with the Markdown
that was written by Craig.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Co-authored-by: craig-osterhout <craig.osterhout@docker.com>
2023-04-05 16:52:37 +01:00
Craig Osterhout 3a2e85eaa2
update dd quick start guide (#17028) 2023-04-05 16:52:22 +01:00
Lorena Rangel 95b67045b0
Docker Desktop 4.18.0 release notes (#16982)
* Docker Desktop 4.18.0 release notes

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

* add security rel notes

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

* Add title to all platforms changes

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

* More reviews, add compose watch to new

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

* Update checksums and reviews

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

* Add docker engine entry, and fix for win issue number

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

* Update checksums

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

* Add known mac issue

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

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2023-04-05 16:52:03 +01:00
Chris Chinchilla 8f36af3cd4
Merge pull request #16971 from eunomie/scout-v0.8.5-cli-docs
DD4.18 scout: update cli documentation
2023-04-05 16:41:30 +02:00
Yves Brissaud 79c26e0b78
small fixes
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
2023-04-05 16:03:06 +02:00
David Karlsson 5033fbbc12
Merge pull request #17040 from dvdksn/buildx/min-engine-version
build: add min engine version for buildx
2023-04-05 11:50:13 +02:00
David Karlsson c0056f1a3a build: add min engine version for buildx
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-05 10:37:20 +02:00
Sebastiaan van Stijn b0dbdf2a88
Merge pull request #17035 from thaJeztah/23.0.3_release_notes
engine: add 23.0.3 release notes
2023-04-05 02:40:17 +02:00
Sebastiaan van Stijn 0f5b15d3c8
Merge pull request #17034 from thaJeztah/20.10.24_release_notes
engine: add release notes for 20.10.24
2023-04-05 02:39:53 +02:00
Sebastiaan van Stijn 1194dfab4c
engine: add note about missing packages for CentOS 9 for 23.0.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-04 23:48:12 +02:00
Sebastiaan van Stijn c1ad2ebeef
engine: add 23.0.3 release notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-04 17:24:28 +02:00
Sebastiaan van Stijn 199c5bfec0
engine: add release notes for 20.10.24
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-04 16:54:43 +02:00
Chris Chinchilla 772b52051e
Merge pull request #16996 from ChrisChinchilla/eng-inst-fresh
Minor changes for freshness to engine install index
2023-04-04 12:23:31 +02:00
Shubham Kshetre 832d5c2de0
Docker Community Slack joining URL (#17020)
Docker Community Slack URL for joining the community accepts email address only with docker.com and jackmorton.com these domains. I got a link which works perfectly for other email addresses also.
2023-04-03 08:02:06 -07:00
Guillaume Tardif 1eca950459
Removed obsolete snyk mentions related to vulnerabilities reports (#17017)
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2023-04-03 08:52:56 +01:00
Craig Osterhout 43fb84bf13
refresh homepage (#17011) 2023-03-31 09:17:01 -07:00
Chris Chinchilla c8af22ae1e
Merge pull request #17012 from ChrisChinchilla/chrisward/add-illustrate
Add illustrate to word list
2023-03-31 16:08:52 +02:00
Chris Chinchilla f038e2792f Add illustrate to word list 2023-03-31 12:09:36 +02:00
Chris Chinchilla 0accf4a17f Undo distro change 2023-03-30 11:15:59 +01:00
Allie Sadler deedbe185c
docs freshness for compose and desktop (#17003)
* docs freshness for compose and desktop

* fix

* more pages

* fix build
2023-03-30 10:46:21 +01:00
Craig Osterhout 2bb5109710
update walkthrough titles (#17000) 2023-03-29 07:03:44 -07:00
Chris Chinchilla de5f9f1706
Merge pull request #16997 from ChrisChinchilla/chrisward/post-install-refresh
Small changes to Linux post install for style and consistency
2023-03-29 14:58:53 +01:00
Allie Sadler 8abf84f367
ENGDOCS-1280 (#17001) 2023-03-29 12:18:34 +01:00
Peter Singh fdf59bee1a
Improve uninstall instructions (#16938)
* Improve uninstall instructions

The icon is now a bug and doesn't have any text

* Update desktop/uninstall.md

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-03-29 11:15:29 +01:00
Shubham Kshetre 32d1e7a8f6
Improvements: Clarity of sentences (#16991)
* Improvement with clarity of sentences
2023-03-28 10:29:43 -07:00
Chris Chinchilla b17fbd5566 Small changes for style and consistency 2023-03-28 17:41:42 +01:00
Chris Chinchilla 64192639fd Minor changes for freshness 2023-03-28 17:22:34 +01:00