Allie Sadler
9762aecc41
housekeeping ( #16754 )
...
* housekeeping
* fix envvars-precedence
2023-02-21 12:25:43 +00:00
CrazyMax
b254efff56
cli reference: do not display hidden flags
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-02-19 01:25:59 +01:00
Craig Osterhout
0cf17a994e
update registy.json for case-sensitive name ( #16703 )
2023-02-15 09:25:43 +00:00
CrazyMax
10ab3f8228
Merge pull request #16646 from crazy-max/update-buildx-release-notes
...
build: update release notes
2023-02-06 21:11:00 +01:00
CrazyMax
90704052f6
build: update release notes
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-02-04 01:16:20 +01:00
CrazyMax
efbed96404
_includes/cli.md: do not escape flag descriptions
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-02-03 02:30:27 +01:00
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
David Karlsson
8f77e55567
rename master -> main
2022-10-19 15:52:14 +02:00
David Karlsson
24158cc3c2
add code copy feature ( #15910 )
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-10-19 14:29:26 +02:00
David Scott
2f0db824c3
registry.json: show how to query file ACLs on Windows
...
We already have an example for Mac.
Signed-off-by: David Scott <dave.scott@docker.com>
2022-10-13 17:49:09 +01:00
CrazyMax
561118ec5b
rename docs repository
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-29 11:07:53 +02:00
David Karlsson
f7c9499e7d
Documentation for dso.docker.com ( #15540 )
...
* initial commit with atomist content
* updated domain name for dso
* updated tutorial
* fixed broken link
* updated image policies
* rm excess pages
* update toc and remove broken links
* first pass on k8s integration pageg
* updated dockerfile label
* reworked policies, restructuring
* update links, rm dockerhub integration
* added reference to seamless docker hub integration
* added back hub tab in get started
* fix platform statement for connect registry
* update get-started
* update try instruction
* edited deploy tracking
* rm policies from toc, update advisories page
* moved advisories page to new reference section
* removed unsupported settings
* removed gitops and k8s adm ctrl
* shift emphasis from scanning to sboms
* fix typo in oci label
Co-authored-by: CrazyMax <github@crazymax.dev>
* address review comments
* added buildx and other edits
* updated try tutorial
* update google instructions
* removed unsupported content
* add disclaimer to settings page
* editorial, cleanup
* minor updates
* fix toc
* address review comments
* fix broken link
Signed-off-by: David Karlsson <david.karlsson@docker.com>
Signed-off-by: David Karlsson <david.karlsson@docker.com>
Co-authored-by: CrazyMax <github@crazymax.dev>
2022-09-22 13:12:05 +02:00
craig-osterhout
95d080d276
separate task into steps
2022-09-16 17:25:52 -07:00
craig-osterhout
729a4465e9
fix verb #2
2022-09-12 13:14:17 -07:00
craig-osterhout
f37fc4e786
fix verb
2022-09-12 13:12:49 -07:00
craig-osterhout
1bd0b3ce00
fix formatting
2022-09-12 12:58:11 -07:00
craig-osterhout
56456e0370
update for enforce sign-in UI
2022-09-12 12:40:06 -07:00
CrazyMax
bec4dc830c
jekyll: github_issue utility
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-10 23:39:25 +02:00
CrazyMax
96321ace2b
jekyll: release-date utility
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-10 22:42:23 +02:00
CrazyMax
cc0fc46783
jekyll(assets): move images to assets folder
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-05 15:49:23 +02:00
CrazyMax
ce02b9d60b
jekyll(assets): move favicons to assets folder
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-05 15:49:23 +02:00
CrazyMax
16d149282d
jekyll(assets): move fonts to assets folder
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-05 15:49:23 +02:00
CrazyMax
998bfbfd09
jekyll(assets): move css to assets folder
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-05 15:49:22 +02:00
CrazyMax
82838fb61d
jekyll(assets): move jquery to assets folder
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-05 15:49:11 +02:00
CrazyMax
2a0de5f737
jekyll(assets): move bootstrap to assets folder
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-05 15:49:10 +02:00
CrazyMax
189d8abe48
jekyll(assets): move style scss to assets folder
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-05 15:49:10 +02:00
Craig Osterhout
079a03abf6
[ENGDOCS-952] Update get started video ( #15516 )
...
* update get started video
2022-09-03 15:42:31 -07:00
andrei-z-albu
bd7109edde
Update desktop-install.html
2022-09-01 19:55:19 +03:00
andrei-z-albu
6c073b3ad7
DKP-312: Add release notes for 4.12.0 ( #15503 )
...
* DKP-312: Add release notes for 4.12.0
* Update release-notes.md
Update release notes to reflect latest change to Docker Compose, v2.10.2
* Update release-notes.md
Introduced release notes from PR #18825
* Update release-notes.md
Moved certain entries from the New section to the Bug fixes and minor changes one. Also replaced the {% include desktop-install.html %} section from 4.11.1 with the chunk of relevant links to installers and checksums
* Update release-notes.md
Fix phrasing where relevant, as evidenced in the last code review
* Update release-notes.md
Added security fixes release notes from @GabrielaGeorgieva. Fixed a few texts as follow up from code review
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update release-notes.md
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update release-notes.md
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update release-notes.md
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update desktop/release-notes.md
* Update release-notes.md
* Update desktop-install.html
Added checksums for 4.12 installer files, and updated links to point to 4.12
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-09-01 16:34:04 +01:00
Allie Sadler
bde9629d68
changes to DD license copy - ONLY MERGE WITH DD 4.12 ( #15457 )
...
* changes to DD license copy
* edits
* edits
* edits
* more edits
* more edits
* removed extra notes
* change to get docker page
2022-09-01 16:33:19 +01:00
jerae-duffin
0cba5cac66
Merge pull request #15483 from aiordache/ddl_registry
...
Registry access management setup for DDL
2022-08-31 16:15:02 -05:00
jerae-duffin
fd8fa8782f
Update _includes/configure-registry-json.md
2022-08-31 16:05:56 -05:00
jerae-duffin
80f858f181
Merge pull request #15480 from jerae-duffin/ENGDOCS-898
...
updated link in overview
2022-08-30 09:01:26 -05:00
jerae-duffin
49d0839771
Update _includes/configure-registry-json.md
...
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2022-08-29 14:06:02 -05:00
Sebastiaan van Stijn
27686c1f48
desktop: add missing redirects for dashboard
...
The dashboard topic was rolled up into the "get-started" section in commit
ab0dee78a2
, which removed links from the TOC.
The page itself was removed in 13ee3ff426
, but
forgot to add/copy the redirects.
This patch adds the redirects back, and fixes some links to the page that's
now missing.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-26 18:50:17 +02:00
aiordache
a494c4ad96
update registry access management docs for DD4L
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2022-08-26 17:38:27 +02:00
Jerae Duffin
3883cac817
updated link in overview
2022-08-24 13:31:10 -05:00
James Ratliff
48fcb45a44
WEB-1276: Adds OneTrust consent manager JS snippet and footer button
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-24 11:21:14 +02:00
Antony Santhiago
4dfd5c6642
Fix: remove unsupported Font Awesome icons from toggle theme ( #15381 )
2022-08-16 10:12:50 +01:00
Gavin
52becc3143
Add release notes for 4.11.1 ( #15316 )
2022-08-05 12:25:35 +01:00
CrazyMax
09c9f51bcf
remove most of absolute urls
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-08-03 11:50:33 +02:00
Usha Mandya
dfa7fc3b8e
Merge pull request #15227 from jedevc/linting-fixup
...
Fix linting 🎉
2022-08-02 17:35:10 +01:00
Gavin
885c3dc039
DKP-248: Add release notes for 4.11.0 ( #15212 )
...
* Add release notes for 4.11.0
* Fixes from review
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-07-28 16:10:00 +01:00
Sebastiaan van Stijn
2b11a64a6a
Merge pull request #15235 from crazy-max/footer-current-year
...
dynamic current year in footer
2022-07-28 13:46:05 +02:00
Justin Chadwell
4ff46f1e45
lint: header spacing rules
2022-07-28 11:27:10 +01:00
CrazyMax
09758736bf
dynamic current year in footer
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-28 10:59:14 +02:00
Sebastiaan van Stijn
60c89b306f
fix instructions for registry.json
...
The previous instructions fixed situations where the directory
and file didn't exist, but had some issues remaining;
The `>>` _appends_ the content to the file; this would work if the file didn't
exist (before `touch`'ing it) but if there happened to be a file already, it
would append the content to the existing file, resulting in invalid JSON.
e.g. running it twice (which may be accidentally);
```bash
sudo echo '{"allowedOrgs":["myorg"]}' >> "/Library/Application Support/com.docker.docker/registry.json"
sudo echo '{"allowedOrgs":["myorg"]}' >> "/Library/Application Support/com.docker.docker/registry.json"
```
Would result in;
```bash
sudo cat "/Library/Application Support/com.docker.docker/registry.json"
{"allowedOrgs":["myorg"]}
{"allowedOrgs":["myorg"]}
```
(which is invalid JSON)
The `sudo echo` also had some issues; the `sudo` only applied to the `echo`, and
not to the piped output (see https://unix.stackexchange.com/questions/1416/redirecting-stdout-to-a-file-you-dont-have-write-permission-on );
```bash
$ sudo touch "/Library/Application Support/com.docker.docker/registry.json"
$ sudo echo '{"allowedOrgs":["myorg"]}' > "/Library/Application Support/com.docker.docker/registry.json"
bash: /Library/Application Support/com.docker.docker/registry.json: Permission denied
```
Instead, using `tee` to run as privileged process, similar to the approach taken
in c33d39a7ba/engine/install/debian.md (L106)
With that, the `touch` wouldn't be needed (the `mkdir` still would though);
```suggestion
$ sudo mkdir -p "/Library/Application Support/com.docker.docker"
$ echo '{"allowedOrgs":["myorg"]}' | sudo tee "/Library/Application Support/com.docker.docker/registry.json"
```
The new instructions will always overwrite the content with the new content,
replacing what's already there (that may need a small warning / note though) to
prevent the invalid JSON if someone runs the command multiple times, or if they
have to update the existing config with a new one.
Finally, some verification steps were added to verify content and permissions.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-27 22:22:18 +02:00
Craig Osterhout
d306f6c19d
add quotes around directory with spaces ( #15215 )
2022-07-27 13:03:44 -07:00
CrazyMax
dbc6423592
jekyll(css): fix social icons
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-27 20:18:21 +02:00
CrazyMax
fba31604bd
Merge pull request #15223 from crazy-max/note-experimental
...
jekyll(css): add experimental note
2022-07-27 16:07:42 +02:00
CrazyMax
b672b2894a
jekyll(assets): update font awesome to 6.1.2
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-27 16:03:02 +02:00