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
description: Learn how to open a new local or remote projects.
15
19
icon: checklist
@@ -22,6 +26,14 @@ grid:
22
26
description: Run or remove your projects.
23
27
icon: tune
24
28
link: /projects/manage/
29
+
- title: View your projects
30
+
description: View detailed information about your projects and services within your projects
31
+
icon: visibility
32
+
link: /projects/view/
33
+
- title: FAQs
34
+
description: View common FAQs about Docker Projects
35
+
icon: help
36
+
link: /projects/faq/
25
37
---
26
38
27
39
Docker Projects provides a simplified, project-based workflow for running and managing containerized applications. It organizes your code, configurations, and logs across local and cloud environments into a single view, making it easy to collaborate and share across teams.
@@ -35,37 +47,4 @@ A project organizes your code and Docker artifacts into a single object. These a
35
47
- Custom `run` commands for your projects: Define and store preconfigured `run` commands that are equivalent to running `docker compose up`.
36
48
- Local & remote projects: Work on projects locally or sync artifacts to the cloud for cross-device access and easy collaboration.
37
49
38
-
## How it works
39
-
40
-
Docker Projects requires a Compose file (docker-compose.yml) to define your application's services, networks, and configurations. When you open a project, Docker Projects automatically detects the Compose file, allowing you to configure and run services with pre-set commands.
41
-
42
-
By integrating with Docker Compose, Docker Projects ensures a consistent, easy-to-manage workflow for both individual developers and teams. Whether you're starting a new project, configuring it, or collaborating with a team, Docker Projects keeps the process simple.
43
-
44
-
1. Create or open a project. You can:
45
-
46
-
- Open a local project: Select a folder on your machine that contains your project code.
47
-
- Clone a Git repository:Provide a repository URL and clone the project into a local directory.
48
-
49
-
Once a project is opened, Docker Desktop detects the Compose file and prepares the project for execution.
50
-
51
-
2. Configure and run your project with pre-configured commands. These commands:
52
-
53
-
- Work like `docker compose up`, launching services based on the Compose file.
54
-
- Can be customized with additional flags, multiple Compose files, and environment variables.
55
-
- Allow pre-run tasks, such as executing scripts before starting the services.
56
-
57
-
All of which means you can fine-tune your configurations without manually running complex CLI commands.
58
-
59
-
3. Collaborate and share with teams. For projects linked to a Git repository, Docker Projects stores artifacts in the cloud, enabling easy collaboration:
60
-
61
-
- Work across devices: Open a project from any machine and instantly access stored configurations.
62
-
- Share configurations: Team members can access predefined run commands, reducing setup time.
63
-
64
-
Collaboration is seamless—new developers can join a team, open a project, and start working without complex setup steps.
65
-
66
-
4. Manage and iterate. Once a project is up and running, Docker Projects makes it easy to monitor, update, and troubleshoot:
67
-
68
-
- View logs to debug issues and track service activity.
69
-
- Edit configurations and run commands as requirements change.
Docker Projects requires a Compose file (docker-compose.yml) to define your application's services, networks, and configurations. When you open a project, Docker Projects automatically detects the Compose file, allowing you to configure and run services with pre-set commands.
8
+
9
+
By integrating with Docker Compose, Docker Projects ensures a consistent, easy-to-manage workflow for both individual developers and teams. Whether you're starting a new project, configuring it, or collaborating with a team, Docker Projects keeps the process simple.
10
+
11
+
1. Create or open a project. You can:
12
+
13
+
- Open a local project: Select a folder on your machine that contains your project code.
14
+
- Clone a Git repository:Provide a repository URL and clone the project into a local directory.
15
+
16
+
Once a project is opened, Docker Desktop detects the Compose file and prepares the project for execution.
17
+
18
+
2. Configure and run your project with pre-configured commands. These commands:
19
+
20
+
- Work like `docker compose up`, launching services based on the Compose file.
21
+
- Can be customized with additional flags, multiple Compose files, and environment variables.
22
+
- Allow pre-run tasks, such as executing scripts before starting the services.
23
+
24
+
All of which means you can fine-tune your configurations without manually running complex CLI commands.
25
+
26
+
3. Collaborate and share with teams. For projects linked to a Git repository, Docker Projects stores artifacts in the cloud, enabling easy collaboration:
27
+
28
+
- Work across devices: Open a project from any machine and instantly access stored configurations.
29
+
- Share configurations: Team members can access predefined run commands, reducing setup time.
30
+
31
+
Collaboration is seamless—new developers can join a team, open a project, and start working without complex setup steps.
32
+
33
+
4. Manage and iterate. Once a project is up and running, Docker Projects makes it easy to monitor, update, and troubleshoot:
34
+
35
+
- View logs to debug issues and track service activity.
36
+
- Edit configurations and run commands as requirements change.
Copy file name to clipboardExpand all lines: content/manuals/projects/open.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ To clone and open a remote project:
91
91
92
92
2. Open your project by selecting your project under **Recents**, or by selecting the specific owner that your project is associated with and then select your project.
93
93
94
-
## Open an existing remote project
94
+
###Open an existing remote project
95
95
96
96
In the Projects page in Docker Desktop, existing remote projects display No local copy under the project.
0 commit comments