You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/projects/about.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -13,30 +13,30 @@ Docker Projects works as follows:
13
13
14
14
1. Create or open a project. You can:
15
15
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.
18
18
19
19
Once a project is opened, Docker Desktop detects the Compose file and prepares the project for execution.
20
20
21
21
2. Configure and run your project with pre-configured commands. These commands:
22
22
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.
26
26
27
27
All of which means you can fine-tune your configurations without manually running complex CLI commands.
28
28
29
29
3. Collaborate and share with teams. For projects linked to a Git repository, Docker Projects stores artifacts in the cloud, enabling easy collaboration:
30
30
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.
33
33
34
34
Collaboration is easy — new developers can join a team, open a project, and start working without complex setup steps.
35
35
36
36
4. Manage and iterate. Once a project is up and running, Docker Projects makes it easy to monitor, update, and troubleshoot:
37
37
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.
Copy file name to clipboardExpand all lines: content/manuals/projects/edit.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ weight: 40
25
25
>
26
26
> 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.
27
27
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.
29
29
-**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.
> In order to use Docker Projects, make sure you have enabled the **Access experimental features** setting on the **Features in development** tab.
11
11
@@ -90,7 +90,7 @@ To clone and open a remote project:
90
90
>
91
91
> 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.
92
92
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.
94
94
-**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.
0 commit comments