Skip to content

Commit 007ac90

Browse files
authored
ENGDOCS-2068 (#19821)
* ENGDOCS-2068 * tweak step * edit
1 parent 747a557 commit 007ac90

File tree

11 files changed

+28
-31
lines changed

11 files changed

+28
-31
lines changed

content/compose/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ grid:
1818
description: Follow the instructions on how to install Docker Compose.
1919
icon: download
2020
link: /compose/install
21-
- title: Try Compose
21+
- title: Quickstart
2222
description: Learn the key concepts of Docker Compose whilst building a simple Python
2323
web application.
2424
icon: explore

content/compose/compose-application-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ networks:
118118
119119
## What's next
120120
121-
- [Try Compose](gettingstarted.md)
121+
- [Quickstart](gettingstarted.md)
122122
- [Explore some sample applications](samples-for-compose.md)
123123
- [Familiarize yourself with the Compose Specification](compose-file/_index.md)

content/compose/compose-file/04-version-and-name.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Understand when and if to set the version and name top-level elemen
44
keywords: compose, compose specification, services, compose file reference
55
---
66

7-
## Version top-level element (optional)
7+
## Version top-level element (obsolete)
88

9-
The top-level `version` property is defined by the Compose Specification for backward compatibility. It is only informative.
9+
The top-level `version` property is defined by the Compose Specification for backward compatibility. It is only informative and you'll receive a warning message that it is obsolete if used.
1010

1111
Compose doesn't use `version` to select an exact schema to validate the Compose file, but
1212
prefers the most recent schema when it's implemented.
@@ -16,7 +16,7 @@ because the Compose file was written with fields defined by a newer version of t
1616

1717
## Name top-level element
1818

19-
The top-level `name` property is defined by the Specification as the project name to be used if you don't set one explicitly.
19+
The top-level `name` property is defined by the Compose Specification as the project name to be used if you don't set one explicitly.
2020
Compose offers a way for you to override this name, and sets a
2121
default project name to be used if the top-level `name` element is not set.
2222

content/compose/compose-file/_index.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ aliases:
3737
- /compose/compose-file/compose-file-v1/
3838
---
3939

40-
>**New to Compose?**
40+
>**New to Docker Compose?**
4141
>
42-
> Find more information about the [key features and use cases of Docker Compose](../intro/features-uses.md) or [try the get started guide](../gettingstarted.md).
42+
> Find more information about the [key features and use cases of Docker Compose](../intro/features-uses.md) or [try the quickstart guide](../gettingstarted.md).
4343
{ .tip }
4444

4545
The Compose Specification is the latest and recommended version of the Compose file format. It helps you define a [Compose file](../compose-application-model.md) which is used to configure your Docker application’s services, networks, volumes, and more.
@@ -48,13 +48,6 @@ Legacy versions 2.x and 3.x of the Compose file format were merged into the Comp
4848

4949
The Compose Specification on Docker Docs is the Docker Compose implementation. If you wish to implement your own version of the Compose Specification, see the [Compose Specification repository](https://github.com/compose-spec/compose-spec).
5050

51-
> **Note**
52-
>
53-
> Compose V1 no longer receives updates and is not available in new releases of Docker Desktop.
54-
>
55-
> Compose V2 is included with all currently supported versions of Docker Desktop.
56-
> For more information, see [Migrate to Compose V2](/compose/migrate).
57-
5851
Use the following links to navigate key sections of the Compose Specification.
5952

6053
{{< grid >}}

content/compose/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords: docker compose example, docker compose tutorial, how to use docker com
55
running docker compose, how to run docker compose, docker compose build image, docker
66
compose command example, run docker compose file, how to create a docker compose
77
file, run a docker compose file
8-
title: Try Docker Compose
8+
title: Docker Compose Quickstart
99
---
1010

1111
This tutorial aims to introduce fundamental concepts of Docker Compose by guiding you through the development of a basic Python web application.

content/compose/intro/features-uses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ For details on using production-oriented features, see
6666

6767
- [Learn about the history of Compose](history.md)
6868
- [Understand how Compose works](../compose-application-model.md)
69-
- [Try Compose](../gettingstarted.md)
69+
- [Quickstart](../gettingstarted.md)

content/compose/reference/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can use Docker Compose binary, `docker compose [-f <arg>...] [options]
7474
## Useful resources
7575

7676
- [How Compose works](../compose-application-model.md)
77-
- [Try Compose](../gettingstarted.md)
77+
- [Quickstart](../gettingstarted.md)
7878
- [Specify a project name](../project-name.md)
7979
- [Using environment variables](../environment-variables/_index.md)
8080
- [Working with multiple Compose files](../multiple-compose-files/_index.md)

content/desktop/extensions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Extensions
33
keywords: Docker Extensions, Docker Desktop, Linux, Mac, Windows
4-
title: What are Docker Extensions?
4+
title: Overview of Docker Extensions
55
toc_min: 1
66
toc_max: 2
77
---

content/desktop/extensions/private-marketplace.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,11 @@ The marketplace content is generated from extension image information as image l
143143

144144
It's recommended that you try the private marketplace on your Docker Desktop installation.
145145

146-
1. Copy the relevant generated files to the location where Docker Desktop reads its configuration files.
146+
1. Run the following command in your terminal. This command automatically copies the generated files to the location where Docker Desktop reads the configuration files. Depending on your operating system, the location is:
147+
148+
- Mac: `/Library/Application\ Support/com.docker.docker`
149+
- Windows: `C:\ProgramData\DockerDesktop`
150+
- Linux: `/usr/share/docker-desktop`
147151

148152
{{< tabs group="os_version" >}}
149153
{{< tab name="Mac" >}}

content/support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ aliases:
66
- /desktop/support/
77
---
88

9-
Find information on how to get support, and the scope of Docker support.
9+
Find information on how to get support, and the scope of support.
1010

1111
## How do I get support?
1212

13-
If you have a paid Docker subscription, raise a ticket through [Docker support](https://hub.docker.com/support/contact/).
13+
If you have a paid Docker subscription, you can [contact the Support team](https://hub.docker.com/support/contact/).
1414

1515
All Docker users can seek support through the following resources, where Docker or the community respond on a best effort basis.
1616
- [Docker Desktop for Windows GitHub repo](https://github.com/docker/for-win)

0 commit comments

Comments
 (0)