Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/content/Getting-Started/Overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ menuOrder: 1
isDisableFeedbackBlock: false
---

Cube is a cloud-native application, packaged and distributed as Docker images
and designed to run in a containerized environment.

You can get started with Cube in one of two ways.

We recommend using [Cube Cloud][cube-cloud], our managed platform for Cube,
Expand All @@ -15,7 +18,7 @@ Cube Cloud includes features such as collaboration for teams, a web-based IDE,
auto-scaling, and observability. Cube Cloud also comes with a free tier for
development and proof-of-concept projects.

Alternatively, you can run Cube on your own infrastructure.
Alternatively, you can run Cube on your own infrastructure with Docker.

<Grid cols={2} imageSize={[undefined, 50]}>
<GridItem
Expand Down