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: docs/getting-started/quick-start-guide.mdx
+33-2Lines changed: 33 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,13 @@ Setting up OpenChoreo in a Kubernetes cluster involves multiple steps and tools.
13
13
This dev container has all the necessary tools installed for setting up OpenChoreo and is ready to be used. Once the installation is complete, you can explore the underlying setup to understand how it works.
14
14
When you're done, you can fully clean up the setup, leaving your machine clutter-free.
15
15
16
-
###Prerequisites
16
+
## Prerequisites
17
17
18
-
To get started, you’ll need:
18
+
To get started, you'll need:
19
19
20
20
-**Docker** – Just have it installed on your machine, and you're good to go.
21
21
- We recommend using [Docker Engine version 26.0+](https://docs.docker.com/engine/release-notes/26.0/).
22
+
- Allocate at least **4 GB RAM** and **2 CPU** cores to Docker (or the VM running Docker).
22
23
-**5–10 minutes of your time** – Setup is quick and depends on your internet connection speed.
23
24
24
25
## Start the Dev Container
@@ -199,3 +200,33 @@ After finishing your work, you have two options:
0 commit comments