Commit Graph

609 Commits

Author SHA1 Message Date
Sebastiaan van Stijn
f2e6257350 cli reference: remove handling of kubernetes orchestrator
Support for "docker stack deploy" using kubernetes as orchestrator has
been deprecated and removed, so removing this part of the template.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-02-01 20:24:59 +01:00
Usha Mandya
d0d1e6e314 Merge pull request #16639 from crazy-max/update-action-ver
build: update build-push-action to v4
2023-01-31 16:37:04 +00:00
Allie Sadler
d165097c0d ENGDOCS-1166a (#16641) 2023-01-31 15:27:52 +00:00
Benjamin Grandfond
c4aaf47add Update extension publishers' feedback form link (#16637)
* Change the feedback form link

* Move the extension security page under the architecture section
2023-01-31 14:57:41 +00:00
CrazyMax
fd40536019 build: update build-push-action to v4
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-31 15:52:00 +01:00
David Karlsson
2ff8014595 Merge pull request #16574 from nuno-silva/dry-run-docs
fix get-docker invocation with DRY_RUN
2023-01-25 22:51:42 +01:00
Allie Sadler
58a506a8a9 modal fix (#16591) 2023-01-25 15:06:06 +00:00
Peter Hauke
6c12c66e06 Fix typo and make other minor language corrections (#16584)
Remove comma from "Now, that" as it is not necessary in this particular case
Fix typo "pipleline" to "pipeline"
Remove comma after "extension" as it is not necessary here
Replace "you" with "them" in one place
Other minor corrections
2023-01-24 12:49:46 +00:00
Nuno Silva
a7acc89188 fix get-docker invocation with DRY_RUN
sudo does not pass its env to command, so the current invocation is not
a dry run, as DRY_RUN never gets passed to sh:

```
$ DRY_RUN=1 sudo env | grep -c DRY
0
```

It does accept env variables before the command, like so:

```
$ sudo DRY_RUN=1 sh ./get-docker.sh
```

but those are subject to restrictions imposed by the security policy
plugin, so it's better to just use the script argument instead.
2023-01-22 13:06:45 +00:00
Allie Sadler
af075fa227 ENGDOCS-1188 (#16565) 2023-01-20 09:42:49 +00:00
Mathieu Champlon
cbfd5a5900 Update checksums for Docker Desktop 4.16.2 (#16561) 2023-01-20 08:13:52 +00:00
Mathieu Champlon
f0b1d35d29 Add release notes for docker desktop 4.16.2 (#16553)
* Add release notes for docker desktop 4.16.2

* Update desktop/release-notes.md

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

* Tweaked note

* Add new installers checksum

* Apply suggestions from code review

* Update desktop/release-notes.md

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-01-19 15:55:04 +00:00
Allie Sadler
8372b053b8 extension banner change (#16544) 2023-01-18 10:09:10 +00:00
Mathieu Champlon
8d45b89bf3 Docker Desktop 4.16.1 release notes (#16518)
* Acknoledge known issue in desktop 4.16.0 with sudo inside a container

* Add release notes for desktop 4.16.1

* Adjust checksums for 4.16.1

* Update links to linux packages for desktop 4.16.1
2023-01-13 17:02:56 +00:00
Allie Sadler
a37a50eb17 Dd4.16 content (#16497)
* add rosetta beta feature

* Change mac preferences to settings

* updates to the images view

* add info about quick search

* image fix

* image-fix

* Typo fix
2023-01-12 15:29:37 +00:00
Mathieu Champlon
83d9112132 DKP-539 Added release notes for Docker Desktop 4.16 (#16465)
* Added release notes for Docker Desktop 4.16

* Updated release notes

* Add missing notes

* More release notes

* Fix release notes

* Fill in checksums for the new release
2023-01-12 15:29:29 +00:00
Allie Sadler
ad4c5dd659 image zoom modal (#15975)
* POC image modal

* standardize image size

* fixes

* fixes

* reverse an earlier commit and tweak further

* experiments

* more playing around

* simplify

* David's magic

* david fix

* test

* test 2

* Final fix

* now the final fix
2023-01-10 17:01:21 +00:00
David Karlsson
cc0021f9bc build: add attestation docs (#16358)
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-01-09 16:45:28 +01:00
Allie Sadler
d1bbdaff4b SDK form (#16456)
* SDK form

* implement feedback

* code review

* make callout more readable
2023-01-09 14:31:19 +00:00
Dezmerean Robert
ca4c8ca4bf Update example workflows page (#16419) 2023-01-03 12:14:50 +00:00
accetto
2099fd50a5 Update compose-var-sub.md (#16400)
Signed-off-by: accetto 34798830+accetto@users.noreply.github.com

Signed-off-by: accetto 34798830+accetto@users.noreply.github.com
2023-01-03 12:03:41 +00:00
Sebastiaan van Stijn
829be2ef9d move hotjar include to analytics
Moving it together with similar includes.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-12-07 13:10:12 +01:00
Sebastiaan van Stijn
7e7ab4e898 fix condition for hotjar include
The condition checked if the hotjar-id wasn't empty, but did not
check if it was "set". Because of that, the script would still be
included, producing a JavaScript error.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-12-07 12:53:37 +01:00
maxcleme
0cfb44db60 Docker Desktop 4.15.0 release notes (#16233)
* Docker Desktop 4.15.0 release notes

Signed-off-by: maxcleme <maxime.clement@docker.com>

* Apply suggestions from code review

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Mihaela Stoica <mihaela.stoica@docker.com>

* reviews

Signed-off-by: maxcleme <maxime.clement@docker.com>

* Update desktop/release-notes.md

Co-authored-by: Han Yu <han@sent.com>

* Update desktop/release-notes.md

Co-authored-by: Rebeca Pereira <105780081+rebecapereira-docker@users.noreply.github.com>

* reviews

Signed-off-by: maxcleme <maxime.clement@docker.com>

* update checksums/links

Signed-off-by: maxcleme <maxime.clement@docker.com>

Signed-off-by: maxcleme <maxime.clement@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Mihaela Stoica <mihaela.stoica@docker.com>
Co-authored-by: Han Yu <han@sent.com>
Co-authored-by: Rebeca Pereira <105780081+rebecapereira-docker@users.noreply.github.com>
2022-12-01 15:27:02 +00:00
Allie Sadler
3fcd3c338f DD 4.15: Dev Velocity and POS content updates (#16176)
* DD 4.15: Dev Velocity content updates

* fix broken links

* Changes from feedback

* POS virtiofs additions

* remove old known-issues content

* last edits

* Update _includes/beta.md

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

* Update desktop/settings/linux.md

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

* Update desktop/settings/windows.md

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

* Update desktop/settings/windows.md

* Update desktop/settings/mac.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-12-01 15:26:08 +00:00
Allie Sadler
884eae93ba align HD with product naming in marketing (#16239) 2022-11-28 19:20:30 +01:00
Emmanuel Briney
33004b0b4c Docker Desktop 4.14.1 release notes (#16170)
* Docker Desktop 4.14.1 release notes

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>

* update checksums and linux links

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>

* review changes

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>
2022-11-17 14:29:43 +00:00
Emmanuel Briney
488faa4748 Desktop 4.14 release notes (#16112)
* prettier reformat

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>

* 4.14 release notes

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>

* create New section for Virtualization framework as default changes

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>

* review changes

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>

* update checksums / linux links

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>
2022-11-10 15:52:35 +00:00
CrazyMax
b4cc609ef3 build(ci/gha): move builder configuration in a dedicated page
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-11-10 10:32:26 +01:00
Craig Osterhout
6e94c0157a Clean up old samples (#16071)
* cleanup old samples
* add redirect
2022-11-08 07:04:44 -08:00
Allie Sadler
2a1fd8eb23 style guide alignments (#16111)
* style guide alignments

* fix

* Update desktop/extensions-sdk/quickstart.md

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

* Update desktop/extensions-sdk/build/build-install.md

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

* Update desktop/extensions-sdk/build/test-debug.md

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

* Update desktop/extensions-sdk/build/test-debug.md

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

* Update desktop/extensions-sdk/build/test-debug.md

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

* Update desktop/extensions-sdk/quickstart.md

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

* Update desktop/extensions-sdk/quickstart.md

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

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-11-07 15:56:38 +00:00
CrazyMax
6d431bde49 display reading time and tags in toc nav
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-11-07 15:19:25 +01:00
CrazyMax
ba8ae8535f build: context page
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-11-07 11:15:30 +01:00
CrazyMax
61e3cb1ce1 remove absolute links
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-11-05 11:10:32 +01:00
David Karlsson
f636cc21d3 build: reworked ci/gha docs
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-11-03 16:16:40 +01:00
David Karlsson
a2811be9e2 added breadcrumb support for fifth-level pages 2022-11-02 14:11:43 +01:00
Chaimaa ZEGOUMOU
d88457bd62 Docker Desktop 4.13.1 release notes (#15997) 2022-10-31 14:49:13 +00:00
CrazyMax
a9981de12f include(cli): fix liquid syntax error
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-31 08:20:45 +01:00
David Karlsson
94d96d4bfe add data-hj-allow attribute (#16003) 2022-10-27 19:20:12 +02:00
CrazyMax
98d9938975 jekyll: add hotjar for prod environment (#15978)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-10-27 14:30:12 +02:00
CrazyMax
69f422b662 jekyll: remove polldaddy
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 21:16:56 +02:00
CrazyMax
9c04beffd0 Merge pull request #15277 from crazy-max/test-fb
jekyll: add hotjar for staging environment
2022-10-25 20:52:41 +02:00
CrazyMax
897e77c647 add hotjar for staging environment
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 20:21:47 +02:00
CrazyMax
2bac3f3b6c build: merge dockerfile creation page in build section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 19:46:23 +02:00
CrazyMax
271f8c3de5 build: merge build enhancements page in build section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 19:46:23 +02:00
CrazyMax
3afb64d9e8 Merge pull request #15915 from dvdksn/rename-default-branch
Rename default branch
2022-10-25 11:12:28 +02:00
Allie Sadler
8f2c9e5d5e update home page banner (#15940) 2022-10-21 13:21:53 +01:00
David Karlsson
37ae672193 doc review: update ubuntu and debian installation guides (#15902) 2022-10-21 11:34:01 +02:00
Lorena Rangel
2e962ceb04 Docker Desktop 4.13 release notes (#15887)
* Docker Desktop 4.13 release notes

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

* Update desktop/release-notes.md

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-10-19 16:33:47 +01:00
Mathieu Champlon
bbf63cfe5a Update settings documentation with beta features instead of experimental (#15535) 2022-10-19 16:20:40 +01:00