Skip to content

Commit 56b86e5

Browse files
authored
HRM1396 (#20998)
* HRM1396 * Update content/manuals/harmonia/_index.md
1 parent 725c4c9 commit 56b86e5

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

content/manuals/run-cloud/_index.md renamed to content/manuals/harmonia/_index.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
---
2-
title: Docker Run Cloud
3-
description: Learn how you can run your applications in the cloud with Docker Run Cloud
2+
title: Project Harmonia
3+
description: Learn how you can run your applications in the cloud with Project Harmonia
44
keywords: run, cloud, docker desktop, resources
55
sitemap: false
6+
aliases:
7+
- /run-cloud/
68
---
79

810
{{% restricted title="Private preview" %}}
9-
Docker Run Cloud is in Private preview.
11+
Project Harmonia is in Private preview.
1012
{{% /restricted %}}
1113

12-
Docker Run Cloud brings the power of the cloud to your local development workflow. You can now run your applications in the cloud whilst continuing to use your existing tools and workflows and without worrying about local resource limitations. Docker Run Cloud also lets you share previews of your cloud-based applications for real-time feedback.
14+
Project Harmonia brings the power of the cloud to your local development workflow. You can now run your applications in the cloud whilst continuing to use your existing tools and workflows and without worrying about local resource limitations. Project Harmonia also lets you share previews of your cloud-based applications for real-time feedback.
1315

1416
## Set up
1517

16-
To get started with Docker Run Cloud, you need to:
18+
To get started with Project Harmonia, you need to:
1719

1820
- Have a Docker account that's part of a Docker organization
1921
- Email `[email protected]` to get help with onboarding
2022

2123
## Quickstart
2224

23-
You can use Docker Run Cloud from the Docker Dashboard or from the CLI.
25+
You can use Project Harmonia from the Docker Dashboard or from the CLI.
2426

2527
This guide introduces you to essential commands and steps for creating, managing, and sharing a cloud engine.
2628

@@ -29,7 +31,7 @@ This guide introduces you to essential commands and steps for creating, managing
2931
{{< tabs group="method" >}}
3032
{{< tab name="Docker Desktop">}}
3133

32-
1. In the Docker Dashboard, navigate to the **Docker Run Cloud** tab.
34+
1. In the Docker Dashboard, navigate to the **Project Harmonia** tab.
3335
2. In the top right-hand corner, select **Create Cloud Engine**.
3436
3. Fill out the creation form:
3537
- Enter `cloudengine` as the name
@@ -99,7 +101,7 @@ Running a container with a cloud engine is just as straightforward as running it
99101
- Enter `cloudengine2` as the name
100102
- Choose an organization to associate the cloud engine with
101103
- Select the **Standard** engine size with the **AMD-64** architecture
102-
In the **Docker Run Cloud** view you should now see both `cloudengine` and `cloudengine2`.
104+
In the **Project Harmonia** view you should now see both `cloudengine` and `cloudengine2`.
103105
2. Switch between engines, also known as your Docker contexts. Use the context switcher in the top-left corner of the Docker Dashboard to toggle between your cloud engines or switch from your local engine (`desktop-linux`) to a cloud engine.
104106

105107
{{< /tab >}}
@@ -124,13 +126,13 @@ Running a container with a cloud engine is just as straightforward as running it
124126

125127
### Step four: Use a file sync for your cloud engine
126128

127-
Docker Run Cloud takes advantage of [Synchronized file shares](/manuals/desktop/synchronized-file-sharing.md) to enable local-to-remote file shares and port mappings.
129+
Project Harmonia takes advantage of [Synchronized file shares](/manuals/desktop/synchronized-file-sharing.md) to enable local-to-remote file shares and port mappings.
128130

129131
{{< tabs group="method" >}}
130132
{{< tab name="Docker Desktop">}}
131133

132134
1. Clone the [Awesome Compose](https://github.com/docker/awesome-compose) repository.
133-
2. In the Docker Dashboard, navigate to the **Docker Run Cloud** view.
135+
2. In the Docker Dashboard, navigate to the **Project Harmonia** view.
134136
3. For the `cloudengine` cloud engine, select the **Actions** menu and then **Manage file syncs**.
135137
4. Select **Create file sync**.
136138
5. Navigate to the `awesome-compose/react-express-mysql` folder and select **Open**.
@@ -203,12 +205,12 @@ $ docker harmonia engine share list
203205
{{< tab name="Docker Desktop">}}
204206

205207
To remove a file sync session:
206-
1. Navigate to your cloud engine in the **Docker Run Cloud** view.
208+
1. Navigate to your cloud engine in the **Project Harmonia** view.
207209
2. Select the **Actions** menu and then **Manage file syncs**.
208210
3. Select the **drop-down** icon on the file sync.
209211
4. Select **Delete**.
210212

211-
To remove a cloud engine, navigate to the **Docker Run Cloud** view and then select the **delete** icon.
213+
To remove a cloud engine, navigate to the **Project Harmonia** view and then select the **delete** icon.
212214

213215
{{< /tab >}}
214216
{{< tab name="CLI">}}
@@ -234,7 +236,7 @@ Run `docker harmonia doctor` to print helpful troubleshooting information.
234236

235237
## Known issues
236238

237-
- KinD does not run on Docker Run Cloud due to some hard-coded assumptions to ensure it's running in a privileged container. K3d is a good alternative.
239+
- KinD does not run on Project Harmonia due to some hard-coded assumptions to ensure it's running in a privileged container. K3d is a good alternative.
238240
- Containers cannot access host through DNS `host.docker.internal`.
239241
- File binds (non-directory binds) are currently static, meaning changes will not be reflected until the container is restarted. This also affects Compose configs and secrets directives.
240242
- Bind volumes are not supported.

0 commit comments

Comments
 (0)