Skip to content

Commit 5b19427

Browse files
committed
more vale
1 parent aa301c2 commit 5b19427

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

content/manuals/projects/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A project organizes your code and Docker artifacts into a single object. These a
4646

4747
- One-click project setup: Open a local folder or clone a Git repository and run your project instantly.
4848
- Minimal Docker expertise required: Ideal for both beginners and experienced developers.
49-
- Custom `run` commands for your projects: Define and store preconfigured `run` commands that are equivalent to running `docker compose up`.
49+
- Custom `run` commands for your projects: Define and store pre-configured `run` commands that are equivalent to running `docker compose up`.
5050
- Local and remote projects: Work on projects locally or sync artifacts to the cloud for cross-device access and easy collaboration.
5151

5252
{{< grid >}}

content/manuals/projects/about.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@ Docker Projects works as follows:
1313

1414
1. Create or open a project. You can:
1515

16-
- Open a local project: Select a folder on your machine that contains your project code.
17-
- Clone a Git repository: Provide a repository URL and clone the project into a local directory.
16+
- Open a local project: Select a folder on your machine that contains your project code.
17+
- Clone a Git repository: Provide a repository URL and clone the project into a local directory.
1818

1919
Once a project is opened, Docker Desktop detects the Compose file and prepares the project for execution.
2020

2121
2. Configure and run your project with pre-configured commands. These commands:
2222

23-
- Work like `docker compose up`, launching services based on the Compose file.
24-
- Can be customized with additional flags, multiple Compose files, and environment variables.
25-
- Enable pre-run tasks, such as executing scripts before starting the services.
23+
- Work like `docker compose up`, launching services based on the Compose file.
24+
- Can be customized with additional flags, multiple Compose files, and environment variables.
25+
- Enable pre-run tasks, such as executing scripts before starting the services.
2626

2727
All of which means you can fine-tune your configurations without manually running complex CLI commands.
2828

2929
3. Collaborate and share with teams. For projects linked to a Git repository, Docker Projects stores artifacts in the cloud, enabling easy collaboration:
3030

31-
- Work across devices: Open a project from any machine and instantly access stored configurations.
32-
- Share configurations: Team members can access pre-defined run commands, reducing setup time.
31+
- Work across devices: Open a project from any machine and instantly access stored configurations.
32+
- Share configurations: Team members can access pre-defined run commands, reducing setup time.
3333

3434
Collaboration is easy — new developers can join a team, open a project, and start working without complex setup steps.
3535

3636
4. Manage and iterate. Once a project is up and running, Docker Projects makes it easy to monitor, update, and troubleshoot:
3737

38-
- View logs to debug issues and track service activity.
39-
- Edit configurations and run commands as requirements change.
38+
- View logs to debug issues and track service activity.
39+
- Edit configurations and run commands as requirements change.
4040

4141
## What's next?
4242

content/manuals/projects/edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ weight: 40
2525
>
2626
> While the `--env-file` flag isn't currently supported, you can specify environment variables in your Compose file, or use the **Tasks** option to run a script that sets your environment variables.
2727
28-
- **Services that will run**: After selecting one or more Compose files, the services defined in the files will appear here. If there is more than one service, you can optionally choose to not run a service by deselecing the checkbox.
28+
- **Services that will run**: After selecting one or more Compose files, the services defined in the files will appear here. If there is more than one service, you can optionally choose to not run a service by deselecting the checkbox.
2929
- **Tasks (Advanced options)**: Optionally specify a command to run before running the project. For example, if you want to run a bash script from the project directory named `set-vars.sh`, you can specify bash `set-vars.sh`. Or, on Windows to run a script with `cmd.exe` named `set-vars.bat`, specify `set-vars.bat`. Note that a task can access environment variables from your terminal profile, but it can't access local shell functions nor aliases.
3030

3131
4. Select **Save changes**.

content/manuals/projects/open.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords: Docker, projects, docker deskotp, containerization, open, remote, loca
55
weight: 20
66
---
77

8-
> [!NOTE]
8+
> [!IMPORTANT]
99
>
1010
> In order to use Docker Projects, make sure you have enabled the **Access experimental features** setting on the **Features in development** tab.
1111
@@ -90,7 +90,7 @@ To clone and open a remote project:
9090
>
9191
> While the `--env-file` flag isn't currently supported, you can specify environment variables in your Compose file, or use the **Tasks** option to run a script that sets your environment variables.
9292
93-
- **Services that will run**: After selecting one or more Compose files, the services defined in the files will appear here. If there is more than one service, you can optionally choose to not run a service by deselecing the checkbox.
93+
- **Services that will run**: After selecting one or more Compose files, the services defined in the files will appear here. If there is more than one service, you can optionally choose to not run a service by deselecting the checkbox.
9494
- **Tasks (Advanced options)**: Optionally specify a command to run before running the project. For example, if you want to run a bash script from the project directory named `set-vars.sh`, you can specify bash `set-vars.sh`. Or, on Windows to run a script with `cmd.exe` named `set-vars.bat`, specify `set-vars.bat`. Note that a task can access environment variables from your terminal profile, but it can't access local shell functions nor aliases.
9595

9696
7. Select **Save changes**.

content/manuals/projects/share.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Share and collaborate on a project
33
linkTitle: Collaborate
4-
description: TBD
5-
keywords: TBD
4+
description: Learn how to collaborate on a project
5+
keywords: collaborate, projects, docker desktop, local, remote
66
weight: 60
77
---
88

0 commit comments

Comments
 (0)