Skip to content

Commit c0088ed

Browse files
committed
draft
1 parent 2e9f5f9 commit c0088ed

File tree

9 files changed

+11
-6
lines changed

9 files changed

+11
-6
lines changed

content/manuals/projects/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ grid:
3636
link: /projects/faq/
3737
---
3838

39+
{{< summary-bar feature_name="Docker Projects" >}}
40+
3941
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.
4042

4143
A project organizes your code and Docker artifacts into a single object. These artifacts include logs as well as customizable run commands. These artifacts can persist remotely in the cloud, which lets you access your projects from any device that has Docker Desktop.

content/manuals/projects/about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: How it works
33
description: Understand how Docker Projects works
44
keywords: docker projects
5+
weight: 10
56
---
67

78
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.

content/manuals/projects/edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Add or edit your run commands
33
description: Learn how to add or edit your run commands in Docker Projects
44
keywords: Docker, projects, docker deskotp, containerization, open, remote, local, run commands
5-
weight: 30
5+
weight: 40
66
---
77

88
## Add a run command to a project

content/manuals/projects/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Docker Projects FAQs
33
linkTitle: FAQs
44
description: Find common FAQs for Docker Projects
55
keywords: faqs, docker projects, local, remote
6-
weight: 60
6+
weight: 70
77
---
88

99
## Why is a Compose file required?

content/manuals/projects/manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage your projects
33
description: Learn how to delete or completely remove a project.
44
keywords: Docker, projects, docker deskotp, containerization, open, remote, local
5-
weight: 40
5+
weight: 50
66
---
77

88
## Run a project or service

content/manuals/projects/open.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Open a new project
33
description: Learn how to open a new local or remote project, or an existing project in Docker Projects.
44
keywords: Docker, projects, docker deskotp, containerization, open, remote, local
5-
weight: 10
5+
weight: 20
66
---
77

88
## New projects

content/manuals/projects/share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Share and collaborate on a project
33
linkTitle: Collaborate
44
description: TBD
55
keywords: TBD
6-
weight: 50
6+
weight: 60
77
---
88

99
Incoming..

content/manuals/projects/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: View your project
33
description: View information about your project or the services within your project.
44
keywords: containers, docker projects, local, remote, docker desktop
5-
weight: 20
5+
weight: 30
66
---
77

88

data/summary.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ Docker Desktop CLI update:
123123
requires: Docker Desktop 4.38 and later
124124
Docker GitHub Copilot:
125125
availability: Early Access
126+
Docker Projects:
127+
availability: Beta
126128
Docker Scout exceptions:
127129
availability: Experimental
128130
requires: Docker Scout CLI [1.15.0](/manuals/scout/release-notes/cli.md#1150) and later

0 commit comments

Comments
 (0)