Guillaume Lours
4848a0d147
merge Compose V2 overview to the Compose index page
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-05-03 15:31:43 +02:00
Usha Mandya
58ef5343c6
Merge pull request #14638 from glours/update-compose-version-2.5.0
...
update Compose version to v2.5.0 and reference Compose CLI documentation
2022-05-03 13:53:54 +01:00
Usha Mandya
e77783ca57
Merge pull request #14595 from mark-dr/update-color-palette
...
Update color palette, fix link visibility in dark theme
2022-05-03 09:54:56 +01:00
Guillaume Lours
e1c850abe4
update Compose version to v2.5.0 and reference Compose CLI documentation
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-04-29 13:01:38 +02:00
Craig Osterhout
169c3ad8d7
fixed broken Edit this page links for some upstream files under /cloud/ ( #14629 )
...
Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
2022-04-29 10:38:29 +01:00
jerae-duffin
9f4e48914b
Merge pull request #14611 from jerae-duffin/ENGDOCS-665
...
removed recovery code
2022-04-27 10:36:48 -05:00
Usha Mandya
8acfa2f29b
Merge pull request #14622 from himythili/patch-1
...
Capitalizing the proper noun / product name
2022-04-27 09:58:32 +01:00
himythili
43084b450d
Capitalizing the proper noun / product name
...
'Docker Registry' instead of 'Docker registry'
2022-04-27 09:44:35 +05:30
Sebastiaan van Stijn
c5f5e5f3f5
Merge pull request #14619 from usha-mandya/engdocs-664
...
Update PR template
2022-04-27 01:32:12 +02:00
jerae-duffin
df46c05143
Merge pull request #14616 from craig-osterhout/audit-log-capitalization
...
Audit log capitalization
2022-04-26 18:25:33 -05:00
Sebastiaan van Stijn
a7221afce5
Merge pull request #14620 from usha-mandya/language-guides-patch
...
Remove the request new guide issue link
2022-04-27 01:19:57 +02:00
Usha Mandya
5c5ba79b74
Remove the request new guide issue link
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-04-26 23:46:13 +01:00
Usha Mandya
530fbf8f4c
Update PR template
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-04-26 23:31:31 +01:00
craig-osterhout
5a24650d24
audit log capitalization, based on whether a feature name or not
...
Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
2022-04-26 13:13:39 -07:00
craig-osterhout
d27247ac6d
audit log capitalization, based on whether a feature name or not
...
Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
2022-04-26 13:04:49 -07:00
Usha Mandya
cca775e508
Merge pull request #14553 from glours/add-compose-install-engine
...
Add compose install engine
2022-04-26 17:00:10 +01: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
Jerae Duffin
4d56f99386
removed all 2fa
2022-04-26 09:59:30 -05:00
Jerae Duffin
9591e92a6a
removed recovery code
2022-04-26 09:51:25 -05:00
Craig Osterhout
5cd89f39c7
Merge pull request #14604 from craig-osterhout/SSO-style-fix
...
Fixed some formatting and capitalization issues in SSO topic
2022-04-25 19:26:36 -07:00
craig-osterhout
c3c64b0ea4
fixed note formatting and capitalization
...
Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
2022-04-25 15:37:22 -07:00
Guillaume Lours
d30117c1d4
clean the docker compose command doc to remove reference to v1 and GA
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-04-25 19:30:40 +02:00
Guillaume Lours
a70e6ab243
Update Compose installation for the V2 GA announcement
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-04-25 18:47:37 +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
Allie Sadler
28a3987c9f
Engdocs 633 ( #14534 )
...
* Created new extensions user manual
2022-04-25 14:35:36 +01:00
Usha Mandya
532eafb1c8
Merge pull request #14600 from mark-dr/fix-alerts-on-bind-mounts-page
...
Fix alerts on bind mounts page
2022-04-25 11:25:22 +01:00
Mark H
51a49dc4bf
Fix alerts on bind mounts page
2022-04-25 11:08:55 +01:00
Mark H
1f7312dd86
Convert alerts to new color palette
2022-04-22 20:54:05 +01:00
Mark H
036b5f02ae
Add v3 color palette
2022-04-22 20:54:05 +01:00
Mark H
2525c2790a
Deprecate old palette, remove unused colors
2022-04-22 20:54:05 +01:00
David Scott
6a45693de1
Desktop: improve enable kubernetes section ( #14593 )
...
* desktop: no need to mention "in a docker container" for k8s
It's an implementation detail.
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: `docker ps` rather than `docker service ls`
`docker service ls` is a Swarm API. We could use `docker container ls`
but to be honest everyone prefers `docker ps` since it's shorter.
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: move the option that no-one needs after the screenshot
We want to emphasize how easy it is to enable and avoid telling people
about advanced features which they don't need up front.
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: the section on kubectl is not a pre-req
It's not possible to use the docker-desktop kubernetes context because
it hasn't been created yet.
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: merge the kubectl sections
Signed-off-by: David Scott <dave.scott@docker.com>
2022-04-22 17:54:01 +01:00
Nikhil Sharma
ab445f493e
Update bind-mounts.md ( #14355 )
...
* Update bind-mounts.md
* Apply suggestions from code review
* Update storage/bind-mounts.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-04-22 11:54:28 +01:00
Carlos H Brandt
75adef65dd
Add link to Dockerfile/build reference ( #12579 )
...
* Add link to Dockerfile/build reference
This fixes #12578
* Update develop/index.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-04-22 10:42:21 +00:00
Usha Mandya
d14f60a9f3
Merge pull request #12851 from fazchow/patch-1
...
Update django.md
2022-04-22 11:41:50 +01:00
jerae-duffin
8406a79417
Merge pull request #14581 from usha-mandya/engdocs-615
...
Add Publisher Center content migration docs
2022-04-21 10:27:58 -05:00
Usha Mandya
91576810ae
Add Publisher Center content migration docs
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-04-20 19:21:42 +01:00
jerae-duffin
947a9739e6
Merge pull request #14577 from jerae-duffin/ENGDOCS-653
...
updated SSO
2022-04-19 18:05:25 -05:00
Jerae Duffin
56bf13438a
updated SSO
2022-04-19 17:17:02 -05:00
Sebastiaan van Stijn
da39579753
Merge pull request #14576 from djs55/improve-terminal-troubleshooting
...
troubleshooting: include the support form link in terminal section
2022-04-19 21:27:57 +02:00
Sebastiaan van Stijn
67bcbfff96
Merge pull request #14567 from craig-osterhout/ENGDOCS-649
...
changed into > in to where applicable
2022-04-19 21:20:29 +02:00
David Scott
46b902e20a
troubleshooting: include the support form link in terminal section
...
When Docker Desktop doesn't start and the user runs the diagnostics from
a terminal, repeat the link to the paid support form.
Signed-off-by: David Scott <dave.scott@docker.com>
2022-04-19 20:18:45 +01:00
jerae-duffin
66bc6c643e
updated registry.json ( #14551 )
...
* updated registry.json
* updated install info
* fix some formatting issues for registry.json instructions
- use `console` blocks for command-line examples
- use different prompts for "powershell" and "non-powershell" examples
- fix path of registry.json on macOS
- wrap some of the lines to ~80 chars
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-19 11:48:01 -05:00
Usha Mandya
bf7b021a40
Merge pull request #14571 from ebriney/desktop_4.7.1
...
Docker Desktop 4.7.1 release notes
2022-04-19 12:17:16 +01:00
Emmanuel Briney
78a5ee464b
Docker Desktop 4.7.1 release notes
...
Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>
2022-04-19 13:10:14 +02:00
craig-osterhout
5a6a528e28
changed into > in to where applicable
...
Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
2022-04-18 09:58:31 -07:00
Allie Sadler
db650b4772
Merge pull request #14548 from aevesdocker/ENGDOCS-641
...
Expose level 4 headings in the right-hand toc
2022-04-14 17:20:49 +01:00
Allie Sadler
77c07a6434
Merge pull request #14552 from aevesdocker/ENGDOCS-646
...
clarified optional step
2022-04-14 16:09:54 +01:00
Allie Sadler
d008a284d4
clarified optional step
2022-04-14 13:43:40 +01:00
Allie Sadler
ec5dc89d85
Expose level 4 headings in the right-hand toc
2022-04-13 14:01:58 +01:00
jerae-duffin
2acdd55e1c
Merge pull request #14543 from thaJeztah/desktop_install
...
desktop/mac: add missing prompt and highlighting for install
2022-04-12 14:54:37 -05:00