Harmonia follow up (#20679)

This commit is contained in:
Allie Sadler 2024-08-21 13:33:32 +01:00 committed by GitHub
parent 71ed91cced
commit d1db49b81b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 5 deletions

View File

@ -33,7 +33,7 @@ resources:
icon: edit
---
This section contains guides to help you get started and learn how Docker can optimize your development workflows.
This section contains more advanced guides to help you learn how Docker can optimize your development workflows.
## Advancing with Docker

View File

@ -5,6 +5,10 @@ keywords: run, cloud, docker desktop, resources
sitemap: false
---
{{% restricted title="Private preview" %}}
Docker Run Cloud is in Private preview.
{{% /restricted %}}
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.
## Set up
@ -16,7 +20,7 @@ To get started with Docker Run Cloud, you need to:
## Quickstart
You can use Docker Run Cloud direct from the Docker Dashboard or from the CLI.
You can use Docker Run Cloud from the Docker Dashboard or from the CLI.
This guide introduces you to essential commands and steps for creating, managing, and sharing a cloud engine.
@ -47,9 +51,9 @@ $ docker harmonia engine create cloudengine --arch "amd64" --use
```
This creates an engine called `cloudengine` and:
- Immediately switches you to the new cloud engine with the --use flag.
- Sets the engine's CPU architecture to amd64 using the --arch "amd64" flag. You can choose between amd64 and arm64.
- Configures the engine size with the --size "standard" flag. Options are standard (2 CPU cores, 4GB RAM, default) or large (4 CPU cores, 8GB RAM).
- Immediately switches you to the new cloud engine with the `--use` flag.
- Sets the engine's CPU architecture to amd64 using the `--arch "amd64"` flag. You can choose between amd64 and arm64.
- Configures the engine size with the `--size "standard"` flag. Options are standard (2 CPU cores, 4GB RAM, default) or large (4 CPU cores, 8GB RAM).
To verify you're using the newly created cloud engine, run: